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.
Learn Vue JS - From The Ground Up
Learn Vue JS - Additional Libaries
Vue JS Animations and Transitions
Learn Nuxt JS - From The Ground Up
npm install
npm run serve
npm run build
npm run test
npm run lint