Understanding Vuetify
In Chapter 7, Frontend Frameworks, we learned about the Vue framework, which is a rich frontend framework that allows frontend code to be extended and maintained easily. Vuetify (https://vuetifyjs.com) provides a lot of user interface components out of the box, ready to be used by applications. The framework also allows developers to style the user interfaces to their needs.
In this section, we will learn about Vuetify, which is a Material-based design framework that is built on top of Vue. Material is the Design Language made popular by Google across their web apps and Android applications – you can find out more at https://m3.material.io/ –and is a very popular choice.