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.
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!
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