https://github.com/xizon/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.
https://github.com/xizon/funda-electron-webview
electron electron-tabs electron-template webview webview-app
Last synced: about 2 months ago
JSON representation
An electron template for simulating a browser that will get you started. It is convenient for the web page to open multiple tabs.
- Host: GitHub
- URL: https://github.com/xizon/funda-electron-webview
- Owner: xizon
- Created: 2024-06-19T15:18:47.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-20T14:58:00.000Z (10 months ago)
- Last Synced: 2025-01-14T12:49:57.687Z (3 months ago)
- Topics: electron, electron-tabs, electron-template, webview, webview-app
- Language: JavaScript
- Homepage:
- Size: 228 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```sh
/
├── 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:
```sh
$ npm start
```Create installers (.dmg, .exe)
MacOs:
```sh
$ npm run make
```Windows:
> It might be slow, please be patient.
```sh
$ npm run make:win
```
or```sh
$ npm run make -- --arch="ia32" --platform=win32
```## Contributing
- [Electron](https://www.electronjs.org/)
- [Electron Forge](https://www.electronforge.io/)## Supported development environment
- Electron 31 +
## Licensing
Licensed under the [MIT](https://opensource.org/licenses/MIT).