SimulatedGREG / electron-vue

An Electron & Vue.js quick start boilerplate with vue-cli scaffolding, common Vue plugins, electron-packager/electron-builder, unit/e2e testing, vue-devtools, and webpack.
https://simulatedgreg.gitbooks.io/electron-vue/content/
MIT License
15.45k stars 1.54k forks source link

Is it possible to upgrade electron to latest version? #1111

Open JenuelDev opened 2 years ago

JenuelDev commented 2 years ago

Sorry for asking here there is no discussion tab, Is it possible to upgrade electron to the latest version?

AlexVFornazieri commented 2 years ago

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.

AlexVFornazieri commented 2 years ago

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

JenuelDev commented 2 years ago

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.