In this video, we continue building a Single Page Application - dependency wheel with Vue JS.
In the previous video we made a layout.
In this - we implement routing.
Vue router Router.js
It will be a very simple router with minimal functionality.
It will be able to change the address bar, check the current route and its parameters, and change the content component depending on the current route.
🔗 Sourse code: https://github.com/101samovar/vuejs-d...