Simple example of a Quasar form with Vuelidate plugin.
npm installquasar devhttp://localhost:8080First page containing the empty fields.
Detecting an invalid e-mail address.
Validating the password's minimum length.
All the form's conditions are valid.
Showing the form data in the next page.
Importing Vue and the Vuelidate plugin to register it.
Importing the Vuelidate features to validate the form fields.
Detecting if any condition from the email input is invalid.
Detecting if any condition from the password input is invalid.
If the form presents any invalid condition, the button will be disabled.
