electron的安裝

魔豆發表於2016-01-30

1、安裝 node.js

https://nodejs.org/en/

 

2、安裝asar

npm install -g asar

 

3、安裝atom

https://atom.io/

 

4、安裝electron

https://github.com/atom/electron/releases  我下載的是 electron-v0.36.6-win32-x64.zip

或者使用命令列:npm install electron-prebuilt -g

兩種辦法,都沒能把electron下載下來。。。

相關文章