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.47k stars 1.54k forks source link

How can I switch from electron-packager to electron-builder? #1012

Open twelve6 opened 4 years ago

twelve6 commented 4 years ago

Hello!

What would be the best way to accomplish switching from electron-packager to electron builder?

I have built another instance and migrated my code over, but I think there's gotta be a better way so I can just do it in the current repo instead of having to migrate.

can I just install electron-builder and transfer over the package.json scripts and build settings?

Can both electron-packager and electron-builder live in the same environment?

Basically what modification would need to be made, if at all possible?

I couldn't find anything on this and now that we built our app and have more knowledge of packager vs builder we would definitely like to go with electron-builder instead. Appreciate and help, thank you!