electron-template
electron-template copied to clipboard
Refactor: Update Template to use the latest version of packages
the PR updates all packages and adds the following changes:
- Building And Serving Nuxt in separate Process for isolation purposes
- Ask for Telemetry configuration in Vue Cli questionary
- Adopts to electron new node-integration and security changes
- And fixes all issues regarding the new version of packages
Hi @the-double-a ,
I am able to run dev version correctly, but when it comes to releasing with electron builder my app is crashing. Looks like main.js isnt respected and it tries to find index.html which doesnt exist. Can you please help me with electron-builder configuration for nuxt build?