Description:
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:
Download Details:
Author: semisleep
Live Demo: http://simple-vue-validator.maijin.info/
Download Link: https://github.com/semisleep/simple-vue-validator/archive/master.zip
Official Website: https://github.com/semisleep/simple-vue-validator
Install & Download:
# NPM
npm install --save simple-vue-validator
# Bower
bower install --save simple-vue-validator
Its very good.