electron-tutorial-app
electron-tutorial-app copied to clipboard
Make electron v5 work. Use polyfill for HTML import.
I modified tutorial 2 to factor out the use of HTML imports and instead use a polyfill. Note that electron v5.x requires nodeIntegration to be set true when creating the BrowserWindow object, which I also modified. One note is that the welcome page does not show at initial load but will show when the menu is clicked. Not sure why, but the deprecation warning is now gone.
Hi @chuckb. Thank you for this. i'll take a look at it as soon as possible.