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

https://github.com/ojack/nanocomponent-onload


https://github.com/ojack/nanocomponent-onload

Last synced: 11 months ago
JSON representation

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