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.
Found an issue or bug with electron-vue? Tell me all about it!
Questions regarding how to use electron or vue are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.
Found an issue or bug with electron-vue? Tell me all about it!
Questions regarding how to use
electron
orvue
are likely to be closed as they are not direct issues with this boilerplate. Please seek solutions from official documentation or their respective communities.Describe the issue / bug.
Now
lodash.merge
has a security issue andlodash.merge
is used inmultispinner
. There is a pull request to updatelodash.merge
inmultispinner
: https://github.com/codekirei/node-multispinner/pull/5But it has not been merged yet, so the security issue is not fixed.
In
electron-vue
,mutlispinner
is only used in build script.I think that it is possible to replace
multispinner
with another spinner library, what do you think?How can I reproduce this problem?
#
vue init simulatedgreg/electron-vue my-project
npm install
npm audit
Tell me about your development environment.
If you are looking to suggest an enhancement or feature, then feel free to remove everything above.