https://github.com/ojack/nanocomponent-onload
https://github.com/ojack/nanocomponent-onload
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ojack/nanocomponent-onload
- Owner: ojack
- Created: 2017-10-09T04:59:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-10-09T05:16:53.000Z (over 8 years ago)
- Last Synced: 2025-06-19T19:03:14.611Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
running app using
`electron index.js`
does NOT trigger any onload event for the leaflet component
running using `budo app.js` (or other method using browserify) triggers onload event (as expected)
---------
app.js and leaflet.js are directly copied from the [leaflet example in the nanocomponent repo](https://github.com/choojs/nanocomponent/tree/master/example)
index.js and index.html are boilerplate for a basic electron app that loads and displays an html page