Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alvarocastro/ember-validate

Validate.js as ES6 Module for Ember.js Apps
https://github.com/alvarocastro/ember-validate

ember ember-addon validate-js

Last synced: about 1 month ago
JSON representation

Validate.js as ES6 Module for Ember.js Apps

Awesome Lists containing this project

README

        

# ember-validate

This ember addon allows the use of the [validate.js](https://validatejs.org/) library in [ember](https://ember-cli.com/) 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](https://validatejs.org/#validate).

### Further reading

* [validate.js documentation](https://validatejs.org/)

## Credits

This addon is greatly inspired in [ember-lodash](https://github.com/mike-north/ember-lodash) from [Mike North](https://github.com/mike-north) which fulfills a similar purpose.