electron-vue
electron-vue copied to clipboard
Is it possible to upgrade electron to latest version?
Sorry for asking here there is no discussion tab, Is it possible to upgrade electron to the latest version?
Hey @BroJenuel,
I recently get trying make upgrades in a project made from this borliplate 3 years ago, I got upgrade to Electron v5 with simple changes in main script.. but upgrade to version 6 simple stop work for all, app don't show up in dev runner, no error are displayed.
I start update the webpack and plugins, but much migrations in code to do... I thinking in start a new app with this repo https://github.com/Deluze/electron-vue-template, looks much better.
Hello @BroJenuel,
Some updates.... Today (in Brazil) i tried to make the code from repository that sent above and don't have success to put on work using whit last Node LTS version in Windows. So I searched for others and fount this https://github.com/cawa-93/vite-electron-builder, and works properly. Have config coded in Type Script but if prefer just JS have away to remove here https://github.com/cawa-93/vite-electron-builder/discussions/339
Hello @BroJenuel,
Some updates.... Today (in Brazil) i tried to make the code from repository that sent above and don't have success to put on work using whit last Node LTS version in Windows. So I searched for others and fount this https://github.com/cawa-93/vite-electron-builder, and works properly. Have config coded in Type Script but if prefer just JS have away to remove here cawa-93/vite-electron-builder#339
Thanks,, it seems moving my project to vite might have a problem... but Ill move my project,, thanks for the time and for finding a solution for this.