摘要:
2023-11-01 node.js-electron-环境配置-记录
相关文档:
Node.js
Build cross-platform desktop apps with JavaScript, HTML, and CSS | Electron
node.js的国内源 - Python技术站
node.js
下载地址:
https://nodejs.org/dist/v20.9.0/
说明:
- 最好使用最新版本
- 当前我使用的是20.9.0
- 旧版本可能会出现一些搞不定的错误
使用国内源:
npm install -g nrm
nrm use taobao
npm install -g node
electron
安装:
npm install electron --save-dev
快速入手:
Building your First App | Electron