Skip to content

move to Vite, away from webpack/vue-cli #124

New issue

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

Closed
femans opened this issue Jan 6, 2022 · 1 comment
Closed

move to Vite, away from webpack/vue-cli #124

femans opened this issue Jan 6, 2022 · 1 comment

Comments

@femans
Copy link
Contributor

femans commented Jan 6, 2022

Using vite, we would get a few annoyances out of the way, foremostly the extremely slow build of webpack. It also has its idiosyncratic box of tricks, such as importing static files, sass&jsx out of the box, and hot-reloading much faster than webpack does.

https://vitejs.dev/

The migration to vite is quite simple, I tried it and it took about 30m. I found an awsome guide here: https://qvault.io/javascript/migrating-vue-webpack-to-vitejs/

But it has a severe downside: it does not deal (easily) deal with vuetify2, I was not able make that happen do it quickly. Therefore it makes sense to implement this while we move to vue3/vuetify3.

Another (react oriented) article: https://blog.slashgear.dev/vite-webpack-killer/

@femans femans mentioned this issue Jul 2, 2022
@femans femans closed this as completed Aug 7, 2022
@femans
Copy link
Contributor Author

femans commented Aug 7, 2022

closed with #214

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant