Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 826 Bytes

README.md

File metadata and controls

28 lines (24 loc) · 826 Bytes

Electron Sample - log

electron-logでログをファイルに記録する簡単なサンプルです。

解説ページ

準備

Gitでリポジトリを取得します。

$ git clone https://github.com/katsube/electron-sample-log.git

Node.jsがインストールされている環境で以下のコマンドを実行し、必要なライブラリを取得します。

$ cd electron-sample-log
$ npm install

実行方法

以下でプレビューを行います。

$ npm start

ビルドは以下の通り。各OS用のインストーラーが作成されます。

$ npm run build-win
$ npm run build-mac