cd-material-tools
v0.2.28
Published
CD material tools
Downloads
16
Maintainers
Readme
cd-material
Project setup
npm install
Compiles and hot-reloads for development
npm run serve
Compiles and minifies for production
npm run build
Run your tests
npm run test
Lints and fixes files
npm run lint
Pull files to Git
npm version patch
Customize configuration
Vue and iView version
"vue": "^2.5.21"
"vue-template-compiler": "^2.5.21"
"iview": "^3.2.2",
call way
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)