0.1.1 • Published 6 years ago
xq-ui-frame v0.1.1
xq-ui-frame
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 lintbundle lib 打包组件库
npm run libnpm 发布
npm config set registry http://registry.npmjs.org
npm login
npm publish使用组件库
npm install vcolorpicker -S
// 全部引入
import Frame from 'xq-ui-frame'
Vue.use(Frame)
// 按需引入
import { test } from 'xq-ui-frame'
Vue.use(test)