In this chapter, we looked at how to add a new Vue project with vue-router and vuex. We also configured preset options through VS Code's command line. We discussed vue-router routes, and we saw how to use named routes, add a dynamic route, navigate to a route from the methods option in a Vue instance, and work with nested (child) routes.
In the next chapter, we'll see how to work with ESLint and Prettier in Vue CLI 3.