cd-material-tools
v0.2.28
Published
CD material tools
Maintainers
Readme
cd-material
Project setup
npm installCompiles and hot-reloads for development
npm run serveCompiles and minifies for production
npm run buildRun your tests
npm run testLints and fixes files
npm run lintPull files to Git
npm version patchCustomize 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)
