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.48k stars 1.55k forks source link

When can I upgrade the version of the component I depend on, such as electron? #927

Open zwdgit opened 5 years ago

ideacco commented 5 years ago

Yes, I also want to know, because recently electron seems to be upgraded to 6.0.11, which solved many MAC system bugs. It seems that vue-electron's project update is slow

anribras commented 5 years ago

I update to latest v6.0.12 electron but get error in yarn dev. Seems not work

Stanzilla commented 5 years ago

the project here is basically dead, there also is no maintained fork afaik

zaherg commented 5 years ago

You can upgrade without any problem, my app is using electron 6 and the next version will use electron 7.

Check the issues as we already addressed this topic multiple times

zaherg commented 5 years ago

This issue address the upgrade process for electron https://github.com/SimulatedGREG/electron-vue/issues/855

umbrella22 commented 4 years ago

If you don't mind my semi-finished project, you can use my repository. I will sort out the English documents in the near future.