npm install v-validate

Input validation for Vue 1.0

You can install the package via yarn:
``bash`
$ yarn add v-validate`
If you use webpack:js`
Vue.use(require('v-validate'));
If you don't, just include 'v-validate.js' somewhere in your page.
Use the v-validate directive on your input.
Example:
`html`valid
Classes or invalid` will be appended to the input.
Play with the options in JSFiddle
Contributions are welcome, thanks to y'all :)
Appstract is a small team from The Netherlands. <3 Laravel, Vue and other awesome tools.
Would be awesome if you would buy us a beer! Or a lot of beer :)
The MIT License (MIT). Please see License File for more information.