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