ember-validate
v0.0.2
Published
Validate.js as ES6 Module for Ember.js Apps.
Downloads
7
Readme
ember-validate
This ember addon allows the use of the validate.js library in ember apps.
Installation
As any other addon:
ember install ember-lodash
Usage
import validate from 'validate';
Then you can use the validate
object as is in the docs.
Further reading
Credits
This addon is greatly inspired in ember-lodash from Mike North which fulfills a similar purpose.