1. 2022年的初始版本。
electron V1.0.0
Gitea 5 days ago committed by Rmiku
parent 6d1e7f33a2
commit cd625afa20
  1. 18
      README.md

@ -0,0 +1,18 @@
# zdwy-ele-print-v2
> Electron 打包文件配置
## Setup
``` bash
# install dependencies
npm/cnpm install
# start Electron App
npm run start
# build for winows application with config
npm run package
```
默认打包 win 系统配置文件,输出目录为 根目录下的 `./out/`, Vue 前端打包文件存放位置为 `./dist`;
Loading…
Cancel
Save