Validation Rules | VeeValidate
vee-validate.logaretm.com › v2 › guideVeeValidate comes with a bunch of validation rules out of the box and they are all localized and cover most validation needs: after alpha alpha_dash alpha_num alpha_spaces before between confirmed credit_card date_between date_format decimal digits dimensions email ext image included integer ip ip_or_fqdn is is_not length max max_value mimes min
v-validate directive | VeeValidate
vee-validate.logaretm.com › v2 › apiv-validate directive. The v-validate directive is the main way to validate your inputs, the directive accepts either a string or an object as a value. If a string was passed, it must be a valid rules string, that is the validation rules separated by pipes '|'. <input v-validate="'required|email'" name="field" type="text">.