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 alpha
- Code Refactoring
Download Details:
Author: monterail
Live Demo: https://monterail.github.io/vuelidate/
Download Link: https://github.com/monterail/vuelidate/archive/master.zip
Official Website: https://github.com/monterail/vuelidate
Install & Download:
npm install vuelidate --save