Skip to content

An electron template for simulating a browser that will get you started. It is convenient for the web page to open multiple tabs.

Notifications You must be signed in to change notification settings

xizon/funda-electron-webview

Repository files navigation

Funda Electron Webview

An electron template for simulating a browser that will get you started. It is convenient for the web page to open multiple tabs.

File Structures

/
├── 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

How To Use

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

Contributing

Supported development environment

  • Electron 31 +

Licensing

Licensed under the MIT.

About

An electron template for simulating a browser that will get you started. It is convenient for the web page to open multiple tabs.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published