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.
multispinner is not maintained, and it has security issues. So I propose replacing multispinner with another one.
In this pull request, I am using listr. listr can execute multiple tasks in parallel, so I think that it is enough to meet this requirement.
I have already used this script in my project, it looks like here:
refs #924
multispinner
is not maintained, and it has security issues. So I propose replacingmultispinner
with another one. In this pull request, I am usinglistr
.listr
can execute multiple tasks in parallel, so I think that it is enough to meet this requirement.I have already used this script in my project, it looks like here: