form-validation-kit
v0.1.1
Published
Reactive validation library supporting sync, async and dependent validators
Readme
form-validation-kit
A small reactive JavaScript form validation library.
See demos and usage on project's Github Pages.
Installation
You can install latest published package using npm and bower.
bower install form-validation-kitnpm install form-validation-kit
Development
Install dependencies for testing:
bower install
npm installTo live reload code on browser and run tests on change run npm start.
Single test run npm test.
With live reload, open index.html in your browser. Saving index.html will
automatically reload it in the browser.
