/ember-validate

Validate.js as ES6 Module for Ember.js Apps

Primary LanguageJavaScriptMIT LicenseMIT

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.