An electron template for simulating a browser that will get you started. It is convenient for the web page to open multiple tabs.
/
├── package.json
├── index.html
├── main.js
├── preload.js
├── forge.config.js
├── assets/
└── src
├── main/
| ├── app-data.js
| ├── application-menu.js
| ├── context-menu.js
| ├── is-mac.js
| ├── squirre-handler.js
| └── window.js
└── renderer/
└── index.js
To clone and run this repository. From your command line:
$ npm start
Create installers (.dmg, .exe)
MacOs:
$ npm run make
Windows:
It might be slow, please be patient.
$ npm run make:win
or
$ npm run make -- --arch="ia32" --platform=win32
- Electron 31 +
Licensed under the MIT.