Vue Router transitions are a quick and easy way to add some flair to Vue app. They allow you to add smooth animations/transitions between different pages of your app. When used …
One of the new features of Vue3 is the concept of Portals In Vue3, there is native support for Portals using the Teleport feature.
GitHub Pages is a great free option to deploy your Vue application. It's a static site hosting service that takes files straight from a repository on GitHub.
Let's look at how to register Vue3 Global Components that can be used across our entire Vue app.