1.0.0 • Published 2 years ago

hui-vue-v2 v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

HUI VUE Build Status

基于 Vue, Element 开发一些中后台高阶组件, 以及一些有用的工具方法

安装

npm install hui-vue --save

开发

npm start

发布

npm run build
npm version patch
npm publish

演示

git checkout gh-pages
git merge master
npm run build
cp -fa dist/admin.* .
git commit -a -m 'update'
git push