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

this project is dead? #1110

Open git-xyz opened 2 years ago

git-xyz commented 2 years ago

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.

Describe the issue / bug.

#

How can I reproduce this problem?

#

If visual, provide a screenshot.

#

Tell me about your development environment.

If you are looking to suggest an enhancement or feature, then feel free to remove everything above.

Deluze commented 2 years ago

Yes. there are blatant errors in the build script and this boilerplate doesn't really work "out of the box", the maintainers are not bothered fixing it.

I made my own Vue 3 + Electron template with ViteJS and Electron Builder to learn more about ViteJS and Electron. Project can be found here: electron-vue-template. I currently use this in my personal projects.