I start by discussing that the router component is the component that helps Vue change its views. When a link is clicked, the router doesn't call for a new webpage from the server (typically an Apache 2.0 server or maybe a Microsoft IIS server).
I show where the Vue Router component is imported into the development environment. Then I show routing configuration file and how it chooses which view to show based on the url link.
I show the routing process and explain what happens when a link is clicked in the code.
This video is part of a playlist:
• Real Time Database with Vue.js + Vuex...
It is also part of a blog post on DedicatedManagers.com:
http://www.dedicatedmanagers.com/real...
The source code for this project is available publicly on the Dedicated Managers Github account:
https://github.com/DedicatedManagers/...