Install & Download:
# NPM
npm install --save simple-vue-validator
# Bower
bower install --save simple-vue-validatorDescription:
Simple Vue validator is a lightweight yet flexible plugin for Vue.js 2.0 that allows you to validate input fields, and display errors. It watches changes of your model data, validates them and informs you with the validation result.
Features:
- Fully customized validation rules.
- Cross field validation.
- Async/ajax validation (with supports of loading indicator, result caching, debounced user input).
- Validating custom component.
- Dynamic form / multiple validation instances.
Preview:






Its very good.