Summary
Great work! We've done so many things in this chapter. You've learned that UI component libraries can help us develop applications faster by not building components from scratch. You have learned that Vuetify, BootstrapVue, Buefy, PrimeVue, and Quasar are some of the UI component libraries with excellent visual designs and optimized for user experience.
You've also learned how to create pages in Vue.js by adding the components in the routes, and how to get from one point of your app to another using the router-link
component.
And lastly, you have learned how to lazy load pages to improve the loading speed of the web application.
In the next chapter, we will integrate a Vue.js application with ASP.NET Core.