Frontend Libraries
In the previous chapter, we looked at different frameworks for building frontend applications. In this chapter, we will look at the different frontend libraries that are useful for building web applications. Frontend libraries are predefined functions and classes that can help speed up the development time when building frontend applications by providing functionality we’d otherwise have to build and develop ourselves. In this chapter, we will be looking at the following libraries:
Vuetify
Buefy
Vuelidate
Cleave.js
Having completed this chapter, you will have explored the following:
- Validating data with
Vuelidate
- Better input handling with
Cleave.js
- Working with different UI components using
Vuetify