Vuelidate | A Vue.js model validation library
vuelidate.js.orgVuelidate | A Vue.js model validation library Vuelidate Model based Decoupled from templates Dependency free, minimalistic library Support for collection validations Support for nested models Contextified validators Easy to use with custom validators (e.g. Moment.js) Support for function composition
Form Validation — Vue.js
vuejs.org › v2 › cookbookForm validation is natively supported by the browser, but sometimes different browsers will handle things in a manner which makes relying on it a bit tricky. Even when validation is supported perfectly, there may be times when custom validations are needed and a more manual, Vue-based solution may be more appropriate.