Vue Router Patterns Chapter 20
Summary
In this section, we learned about the Vue Router and how we can use it to create Single
Page Applications. As a result, we covered everything from initializing the router plugin to
defining routes, components, Navigation Guards, and much more. We now have the
necessary knowledge to create Vue applications that scale past a singular component.
Now that we have expanded our knowledge and understand how to use the Vue Router,
we can move on to handling state management with Vuex in the next chapter.