|
@@ -50,6 +50,10 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
npm run build:aly
|
|
|
```
|
|
|
|
|
|
+``` shell
|
|
|
+node version # 在打包后的wandaBmGuide文件夹中生成version.txt git版本信息文件
|
|
|
+
|
|
|
+```
|
|
|
阿里云发版
|
|
|
|
|
|
``` shell
|
|
@@ -64,6 +68,10 @@ npm run publish
|
|
|
npm run build:wanda_dev
|
|
|
```
|
|
|
|
|
|
+``` shell
|
|
|
+node version # 在打包后的wandaBmGuide文件夹中生成version.txt git版本信息文件
|
|
|
+
|
|
|
+```
|
|
|
发版
|
|
|
远程跳板机进行发版
|
|
|
|
|
@@ -75,5 +83,9 @@ npm run build:wanda_dev
|
|
|
npm run build:wanda_build
|
|
|
```
|
|
|
|
|
|
+``` shell
|
|
|
+node version # 在打包后的wandaBmGuide文件夹中生成version.txt git版本信息文件
|
|
|
+
|
|
|
+```
|
|
|
发版
|
|
|
远程跳板机进行发版
|