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

Replace multispinner with listr in build.js #971

Closed h3poteto closed 3 years ago

h3poteto commented 4 years ago

refs #924

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: Screenshot from 2019-12-31 00-02-45