hui-vue

基于 Vue 3, 是 [hui-vue](https://github.com/henryhyn/hui-vue) 项目的升级版! npm 包[发布地址](https://www.npmjs.com/package/hui-vue).


License
ISC
Install
npm install hui-vue@3.0.1-alpha.9

Documentation

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