Validating Vue 3 Forms

Lessons

1. Why Vee-Validate?

2:15

2. Setting Up

8:24

3. Validating at form level

5:01

4. Submitting bigger forms

11:47

5. Using YUP for validations

4:46

6. Lazy Validation

5:02

Submitting bigger forms

Now that we know how to handle validation on a per-field level, we’re going to take a look at validating a more robust, complex form. I’ve gone ahead and created a form for us to use, so that we can get right into validating it. Please make sure to start with a fresh copy of this lesson’s branch: L4-start.

Whenever the form’s submit event is fired (through a user clicking the submit button, or hitting enter, etc.) we want to make sure that vee-validate runs all of our v