nuxt-community / electron-template

Electron starter with nuxt.js
MIT License
251 stars 31 forks source link

Refactor: Update Template to use the latest version of packages #44

Closed the-double-a closed 1 year ago

the-double-a commented 3 years ago

the PR updates all packages and adds the following changes:

apgapg commented 2 years ago

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?