webnoobcodes / vue3-upgrade

Home Page:https://youtu.be/yO3XPzqklvE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to upgrade Vue 2 to Vue 3

That's the complete source code with comments from the video tutorial How to upgrade Vue 2 to Vue 3

I want to show you how you can upgrade your Vue 2 application to Vue 3 - the easy way. We add a fantastic plugin, vue-next, which installs and updates all dependencies and modifies the source code to be compatible with Vue.js 3. Furthermore, we take care of the Vue Filter and EvenBus which are deprecated in Vue.js 3.

Tutorial on Youtube

📺 Complete Playlists

Learn Vue JS - From The Ground Up

Learn Vue JS - Additional Libaries

Best Vue JS Tips and Tricks

Vue JS Animations and Transitions

Learn Nuxt JS - From The Ground Up

Connect with me:

weboob.dev webnoob | YouTube webnoob | Twitter webnoob | Instagram webnoob | BuyMeACoffee



Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint

License

MIT

About

https://youtu.be/yO3XPzqklvE

License:MIT License


Languages

Language:Vue 57.0%Language:JavaScript 35.5%Language:HTML 7.5%