Package Exports
- v-validate
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (v-validate) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Vue Validate
Input validation for Vue 1.0
Install
You can install the package via yarn:
$ yarn add v-validate
If you use webpack:
Vue.use(require('v-validate'));
If you don't, just include 'v-validate.js' somewhere in your page.
Usage
Use the v-validate
directive on your input.
Example:
<input type="text" v-model="name" v-validate="{required: true, minLength: 5}">
Classes valid
or invalid
will be appended to the input.
See it in action
Play with the options in JSFiddle
Contributing
Contributions are welcome, thanks to y'all :)
About Appstract
Appstract is a small team from The Netherlands. <3 Laravel, Vue and other awesome tools.
Buy Us A Beer
Would be awesome if you would buy us a beer! Or a lot of beer :)
License
The MIT License (MIT). Please see License File for more information.