Skip to content

Electron

安装

Electron

bash
npm init

npm install electron -D

Electron⚡️Vite

bash
npm create vite@latest

网络原因安装失败

.npmrc 文件中添加淘宝代理:

ini
ELECTRON_MIRROR=https://npmmirror.com/mirrors/electron/
ELECTRON_BUILDER_BINARIES_MIRROR=https://npmmirror.com/mirrors/electron-builder-binaries/

参考资料

基于 MIT 许可发布