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

Upgrade Dependencies, use Babel 7 and Webpack 5, various fixes #1100

Closed jooy2 closed 1 year ago

jooy2 commented 3 years ago

Summary

This commit is for upgrading outdated packages, upgrading to Babel 7 and Webpack 5.

By applying Babel 7 and Webpack 5, build and hot-reload speed improvements have been greatly improved.

Changes

TODO

Unit test related modules will be the same. I haven't checked separately.

jooy2 commented 2 years ago

I've split this into a new project with regards to it: https://github.com/jooy2/vutron

I don't know if electron-vue will continue to be maintained, but I personally started working on new projects because I used this template often.

Please take a look around if you are interested.