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

Seperating build stages #1039

Closed SteveLewisZA closed 3 years ago

SteveLewisZA commented 3 years ago

Hey there, just would like to know what the best approach would be to seperate the build stages, what I'm needing to do is first produce a simple executable for the application, so I can send that to someone else to code sign, then once I've got it back I need to package it into an installer.

I've had a look through build.js but can't seem to make sense of how I would achieve this, any assistance would be much appreciated!

Steve