一般VUE后台系统开发选择的是elmenent-ui组件库开发,elmenent-ui组件是基础的、通用型的组件库,然而在常规性后台系统开发中,会出现大量类似的场景和交互形式;为了提升开发效率,遂基于elmenent-ui组件库进行二次封装
https://fastcreator.github.io/vue-element-ui-expand/
https://github.com/fastCreator/vue-element-ui-expand
https://www.npmjs.com/package/vue-element-ui-expand
npm install vue-element-ui-expand --save
import ElementUIExpand from 'vue-element-ui-expand'
Vue.use(ElementUIExpand)
npm install
npm run serve
node add 组件名 描述
example/pages/对应组件/index.vue(开发案列)
lib/对应组件/...(开发组件)
example/pages/对应组件/config.json中填写对应JSON文档
1. 修改packjson版本号
2. npm run deploy
- 等待版本稳定,打包为library,公用模块独立externals