Last active
April 22, 2016 14:01
-
-
Save smison/b15d9e3072896d2aa4d68c9ddedbe09e to your computer and use it in GitHub Desktop.
Electronメモ
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- node.js用プロジェクトに初期化してelectronをインストール | |
$ npm init -y | |
$ npm install electron-prebuilt --save-dev | |
- electronを起動 | |
$ npm start | |
(package.jsonにエントリポイントを書いておく必要) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment