1.0.1 • Published 10 months ago
baiqiu-cms-decoration1 v1.0.1
bq-cms-decoration
cms-decoration
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run buildFor detailed explanation on how things work, consult the docs for vue-loader.
npm包发布流程
- git add .
- git commit -m ""
- npm login
- 修改版本:
- npm version major (较大版本更新)
- npm version minor (功能新增)
- npm version patch (修复问题)
- npm run build
- npm publish
git push origin develop