Electron官方文档(v1.6.1)中文翻译

electron - hello world

2017-06-21  本文已影响28人  maxmaxmaxma

1. 下载安装Node.js

下载地址: https://nodejs.org/en/download/

2. 运行

node -v

npm -v

3. 使用淘宝镜像

npm install-g cnpm--registry=https://registry.npm.taobao.org

cnpm -v

4.安装electron

cnpm install electron -g

5.快速开始

#克隆这仓库

$ git clone https://github.com/electron/electron-quick-start

#进入仓库

$ cd electron-quick-start

#运行

$ electron .

上一篇下一篇

猜你喜欢

热点阅读