Originally, JavaScript was used just for validating HTML forms before sending these to servers; we didn't have any JavaScript frameworks or the JavaScript ecosystem that we have today. However, one thing remains the same: form validation is to be done first by the JavaScript engine before sending the forms to the server.
We will learn how to use one of the most popular libraries on the Vue ecosystem to validate our input form before sending it.