Description:
Simple, lightweight model-based validation for Vue.js.
Features:
- Model based
- Decoupled from templates
- Dependency free, minimalistic library
- Support for collection validations
- Support for nested models
- Contextified valdiators
- Easy to use with custom validators (e.g. Moment.js)
- Support for function composition
- Validates different data sources: Vuex getters, computed values, etc.
Preview:
Changelog:
v2.0.0 alpha29 (05/01/2022)
- Code Refactoring
Download Details:
Author: vuelidate
Live Demo: https://vuelidate-next.netlify.app/examples.html
Download Link: https://github.com/vuelidate/vuelidate/archive/refs/heads/next.zip
Official Website: https://github.com/vuelidate/vuelidate
Install & Download:
npm install vuelidate --save