nodejs 下载:http://nodejs.cn/download/
入门教程:http://nodejs.cn/learn

Vscode 下载:https://code.visualstudio.com/docs/?dv=win

  • Chinese (Simplified) Language Pack for Visual Studio Code:中文插件
  • node-snippets:node 提示

npm 源

npm 镜像源的设置和删除:

简单使用

image.png

Electron:https://github.com/electron/electron

  1. git clone https://github.com/electron/electron-quick-start
  2. cd electron-quick-start
  3. npm install
  4. npm start