In this lesson, we’re getting a tour in our newly created Vue project that we created with Vue CLI GUI.
We’re also going to learn about the two core components we need to work with Vue Router, namely router-link
and router-view
. The lesson also covers why we should not use a
tags when we use Vue router to create Single Page Applications.
We’re also going to learn about the logic behind Single Page Applications, and why they tend to have faster page changes compared to traditional websites.