Chapter 12: Using a UI Component Library and Creating Routes and Navigations
In this chapter, you will learn how to use open source UI libraries built by different Vue.js communities. You will become able to use one of the popular libraries in Vue.js, which will save you from spending countless hours building your components. Then you will set up the navigation and routing of your Vue.js 3 app with best practices in mind.
We will cover the following topics:
- Using a third-party UI component library
- Using other third-party UI libraries
- Adding navigation bars
- Writing page components
- Setting up Vue Router with lazy loading and eager loading