Skip to content

electron-storeを利用し閉じる直前のウィンドウの位置とサイズをローカルのファイルへ記録、次回起動する際に復元するサンプル。

Notifications You must be signed in to change notification settings

katsube/electron-sample-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electron Sample - config

electron-storeを利用し閉じる直前のウィンドウの位置とサイズをローカルのファイルへ記録、次回起動する際に復元するサンプルです。

解説ページ

準備

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

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

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

$ cd electron-sample-config
$ npm install

実行方法

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

$ npm start

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

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

About

electron-storeを利用し閉じる直前のウィンドウの位置とサイズをローカルのファイルへ記録、次回起動する際に復元するサンプル。

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published