electron-template icon indicating copy to clipboard operation
electron-template copied to clipboard

Refactor: Update Template to use the latest version of packages

Open the-double-a opened this issue 3 years ago • 1 comments

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

the-double-a avatar Aug 17 '21 09:08 the-double-a

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?

apgapg avatar Dec 30 '21 05:12 apgapg