This commit is contained in:
Liang Ding 2022-12-07 10:22:22 +08:00
parent 95e2ee3aeb
commit d1995bda5c
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 144 additions and 74 deletions

View file

@ -16,11 +16,11 @@
* macOS/Linux:
```
ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/ pnpm install electron@21.3.0 -D
ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/ pnpm install electron@22.0.0 -D
```
* Windows:
* `SET ELECTRON_MIRROR=https://cnpmjs.org/mirrors/electron/`
* `pnpm install electron@21.3.0 -D`
* `pnpm install electron@22.0.0 -D`
NPM 镜像:
@ -30,7 +30,7 @@ NPM 镜像:
桌面端进入 app 文件夹运行:
* `pnpm install electron@21.3.0 -D`
* `pnpm install electron@22.0.0 -D`
* `pnpm run dev`
* `pnpm run start`