|
@@ -59,3 +59,9 @@ See [Configuration Reference](https://cli.vuejs.org/config/).
|
|
|
https://blog.csdn.net/qq_40323256/article/details/123809155
|
|
https://blog.csdn.net/qq_40323256/article/details/123809155
|
|
|
npx pbjs -t json-module -w commonjs -o src/services/socket/trade/protobuf/thj.js public/proto/thj.proto
|
|
npx pbjs -t json-module -w commonjs -o src/services/socket/trade/protobuf/thj.js public/proto/thj.proto
|
|
|
|
|
|
|
|
|
|
+### 构建PC EXE安装包
|
|
|
|
|
+1. 先构建指定的PC版本
|
|
|
|
|
+npm run build pc(或 snhl@pc)
|
|
|
|
|
+
|
|
|
|
|
+2. 打成EXE安装包
|
|
|
|
|
+npm run build:electron
|