Every application is a living organism – it evolves, mutates, and changes day by day. Sometimes these evolutions can come through the form of a router change, for better naming or for a deprecated service. In vue-router, it's possible to make all those changes invisible to the user, so when they use old links, they still can access the application.
In this recipe, we will learn how to create a route alias for our application and use it.