https://github.com/richardlitt/electron-bookmarklette
Example code project for Electron in Action
https://github.com/richardlitt/electron-bookmarklette
electron example
Last synced: 7 months ago
JSON representation
Example code project for Electron in Action
- Host: GitHub
- URL: https://github.com/richardlitt/electron-bookmarklette
- Owner: RichardLitt
- License: mit
- Created: 2020-02-10T15:07:43.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-10T17:31:16.000Z (about 3 years ago)
- Last Synced: 2025-02-13T05:17:41.178Z (12 months ago)
- Topics: electron, example
- Language: JavaScript
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ElectronJS notes
- webcontents.loadFile doesn't use relative paths from the location of the main.js file, but from the package.json file.
- In order to debug things in the browser, use the inspector.
- nodeIntegration changed from true to false in version 5. Electron is currently at version 8.
- When something breaks which should, check that the package uses semver.