npm install
npm run serve
npm run build
npm run test
npm run lint
npm version patch
"vue": "^2.5.21"
"vue-template-compiler": "^2.5.21"
"iview": "^3.2.2",
import {ContentSelect} from cd-material-tools
<ContentSelect :type="materialType />
main.ts:
import { HttpService } from 'cd-http' import { MaterialToolsHttpService } from 'cd-material-tools'
MaterialToolsHttpService.setService(HttpService)