postcat/README.md
秦圆圆 ab2cdfbdda init
2022-01-17 14:50:31 +08:00

390 B

NodeJS

requires a minimum Node.js version of either v12.20, v14.15, or v16.10.

安装依赖

npm install -g electron-builder
npm install -g @angular/cli
npm install
cd app&&npm install

启动应用

npm  start

打包

Windows 如果需要安装包样式:

npm run pack:win

不需要安装包样式的 windows/其他系统打包:

npm run build