In your application, you can create an infinite combination of routes that can lead to any number of pages and components.
vue-router is the maintainer of this combination. We need to use this to set instructions on how to create paths and lay down routes for our visitors.
In this recipe, we will learn how to create an initial route that will lead to a different component.