ember-cli-ember-validations
v0.0.18
Published
This README outlines the details of collaborating on this Ember addon.
Downloads
9
Readme
Ember-cli-ember-validations
This README outlines the details of collaborating on this Ember addon.
Installation
git clone
this repositorynpm install
bower install
since ember-validations bower package do not have a dist folder, we need create it ourself.
- cd bower_components/ember-validations/
- bundle install && bundle exec rake dist
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.