baiqiu-cms-decoration1 1.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,31 @@
1
+ # bq-cms-decoration
2
+
3
+ > cms-decoration
4
+
5
+ ## Build Setup
6
+
7
+ ```bash
8
+ # install dependencies
9
+ npm install
10
+
11
+ # serve with hot reload at localhost:8080
12
+ npm run dev
13
+
14
+ # build for production with minification
15
+ npm run build
16
+ ```
17
+
18
+ For detailed explanation on how things work, consult the [docs for vue-loader](http://vuejs.github.io/vue-loader).
19
+
20
+ # npm包发布流程
21
+ - git add .
22
+ - git commit -m ""
23
+ - npm login
24
+ - 修改版本:
25
+ 1. npm version major (较大版本更新)
26
+ 2. npm version minor (功能新增)
27
+ 3. npm version patch (修复问题)
28
+ - npm run build
29
+ - npm publish
30
+ - git push origin develop
31
+