An open API service indexing awesome lists of open source software.

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

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.