Summary
In this chapter, we learned about several frontend libraries and tools to help us to iterate through code and design faster when building the frontend user interface for our product.
We’ve looked at using Vuetify to create customizable user interfaces, and looked at Buefy, which provides a huge collection of UI components to allow us to build our apps rapidly.
We then finished up by providing an introduction to and contrast between input and value validation using Vuelidate and VeeValidate, respectively, and finally, explained how we can use Cleave.js to create smarter interfaces to help our users understand what our app expects.
In the next chapter, we will look at middleware pieces that will form the bridge between the frontend and the backend.