Skip to content

Instantly share code, notes, and snippets.

@smison
Last active April 22, 2016 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save smison/b15d9e3072896d2aa4d68c9ddedbe09e to your computer and use it in GitHub Desktop.
Save smison/b15d9e3072896d2aa4d68c9ddedbe09e to your computer and use it in GitHub Desktop.
Electronメモ
- 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