Migrating from Vue CLI to Vite by Daniel Kelly: Vue.js Nation 2022

preview_player
Показать описание

Daniel Kelly, Vue School's Lead Instructors walks us through 9 steps to get it done!

📗 Master Nuxt 3 with the only Official Nuxt 3 Course

🍍 Master Pinia with the Author of Pinia, Eduardo San Martin Morote

🔥 Get the Ultimate Vue Bundle

Рекомендации по теме
Комментарии
Автор

If you already know how great vite is, but only want to know about how to take some migration measures, just skip to 9:04
We do have a vue2 project that takes a lot of time to start up, but has also some nasty stuff like some remnants of vuetify (we try to get rid of it), some quirky webpack configurations (loading svgs as inline components, etc. )

niner
Автор

Thank you so much Daniel, You really saved me a lot of time and effort 🙏🙏

karimIII
Автор

How do i configure vue vite + Django? what configurations needs to go into the vite.config and what configurations needs to be set in the django for both to communicate?

davidokorie
Автор

I'm a little confused about babel. It seems like maybe we don't need it at all now? Should we also remove babel-jest and babel-loader if we were using them previously?

erindoyle
Автор

I have problem when run npm run dev after migrate
failed to load config from error when starting dev server:
Error: Cannot find module 'vue-template-compiler'

vietvd
Автор

Hey Daniel, thanks for the video. Im working with vue2, MPA and vite now. But It seems to not recognize inline-template key word. Should this work? Do I need any plugin? Thnaks.

Muldorf_
Автор

Please guide how to setup PWA using VITE with VUE.

gtanmoy
Автор

it is creating lots of issues..
specially in sass integration.

TheAjaykhangarot