We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Vue v3 has released and it provides improved performance, smaller bundle sizes, etc. https://github.com/vuejs/vue-next/releases/tag/v3.0.0
I think it is a good time to revamp the frontend. I will work on this if it makes sense. with you @Fitblip.
The text was updated successfully, but these errors were encountered:
Hi @ninoseki, if you want to go for it, though I think it works fine as-is. Smaller bundles are always a plus though :)
Sorry, something went wrong.
@Fitblip I compared bundle sizes of the current Vue2 implementation and my Vue3 implementation.
$ du -k dist/ 924 dist//static/css 1384 dist//static/js 2624 dist//static/img 1600 dist//static/fonts 6556 dist//static 6560 dist/
$ du -k dist/ 372 dist//static/css 1564 dist//static/js 2732 dist//static/img 1644 dist//static/fonts 6312 dist//static 6316 dist/
The difference is not bigger than I expected but the Vue3's bundle size is smaller than the Vue2.
Also, I'd like to mention that Vue3's configuration files are more easy to understand than the current version. It's an advantage.
refactor: migrate Vue 2 to 3
27affc2
Migrate Vue 2 to 3 CaliDog#52
No branches or pull requests
Vue v3 has released and it provides improved performance, smaller bundle sizes, etc.
https://github.com/vuejs/vue-next/releases/tag/v3.0.0
I think it is a good time to revamp the frontend.
I will work on this if it makes sense. with you @Fitblip.
The text was updated successfully, but these errors were encountered: