zzb-vue
v2.7.7
Published
基于element的二次封装
Downloads
54
Readme
车主铺子中后台组件库
中之保前端组件库:基于 element 的二次封装的前端组件,广泛适用于车主铺子后台管理系统中
命令
- 调试
npm config set registry https://registry.npm.taobao.org
npm run start || npm run serve
- 发布
# 构建组件库
npm run lib
# 登录
npm login
# 确保你的NPM源为官方源
npm config set registry https://registry.npmjs.org
# 发布至npm
npm publish