Routing is a vitally important part of any Single Page Application (SPA). This chapter focuses on maximizing the Vue router and looks at everything from routing a user between pages, to parameters, to optimal configuration.
By the end of this chapter, we will have covered the following:
- Implementing routing in a Vue.js application
- Using dynamic route matching to create route parameters
- Passing route parameters as component props