二次封装element-ui组件库,更贴近公司业务的PC端组件库
适用于vue2-element-ui项目,不适用vue3-element-plus或者其他组件库的项目
npm install
cnpm i
npm run dev:docs
npm run serve
npm run build
npm login
npm publish
npm run deploy:dev
npm install hub-element-ui
// main.js
import HubElementUI from 'hub-element-ui'
import 'hub-element-ui/dist/css/index.css'
Vue.use(HubElementUI)