Skip to content

katsube/electron-sample-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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