Skip to content

beatriz-alcantara/Form-Quasar-Vuelidate

Repository files navigation

titulo

Validated Form (form-quasar-vuelidate)

Simple example of a Quasar form with Vuelidate plugin.

Technologies

How to run this project

Install NPM dependencies

npm install

Run the app

quasar dev

Access the URL

http://localhost:8080

Exploring the interface

First page containing the empty fields.

quasar01

Detecting an invalid e-mail address.

quasar02

Validating the password's minimum length.

quasar03

All the form's conditions are valid.

quasa04

Showing the form data in the next page.

quasar05

Explaining the code

Importing Vue and the Vuelidate plugin to register it.

code02

Importing the Vuelidate features to validate the form fields.

code01

Detecting if any condition from the email input is invalid.

code03

Detecting if any condition from the password input is invalid.

code04

If the form presents any invalid condition, the button will be disabled.

code05

About

Simple example of a Quasar form with Vuelidate plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors