0
点赞
收藏
分享

微信扫一扫

2023-11-01 node.js-electron-环境配置-记录

摘要:

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/

说明:

  1. 最好使用最新版本
  2. 当前我使用的是20.9.0
  3. 旧版本可能会出现一些搞不定的错误

使用国内源:

npm install -g nrm
nrm use taobao
npm install -g node

electron

安装:

npm install electron --save-dev

快速入手:

Building your First App | Electron

举报

相关推荐

0 条评论