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

Is it possible to upgrade electron to latest version?

Open JenuelDev opened this issue 4 years ago • 3 comments
trafficstars

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

JenuelDev avatar Oct 08 '21 15:10 JenuelDev

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 avatar Oct 10 '21 03:10 AlexVFornazieri

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

AlexVFornazieri avatar Oct 11 '21 02:10 AlexVFornazieri

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.

JenuelDev avatar Oct 11 '21 04:10 JenuelDev