bq-cms-decoration
> cms-decoration
Build Setup
``
bash
install dependencies
npm install
serve with hot reload at localhost:8080
npm run dev
build for production with minification
npm run build
``
For detailed explanation on how things work, consult the
docs for vue-loader.
npm包发布流程
- git add .
- git commit -m ""
- npm login
- 修改版本:
1. npm version major (较大版本更新)
2. npm version minor (功能新增)
3. npm version patch (修复问题)
- npm run build
- npm publish
- git push origin develop