ember-autox-support
v0.1.0
Published
Utility mixins and helpful tools that facilitate most of the automagic of autox
Downloads
5
Readme
Ember-autox-support
This README outlines the details of collaborating on this Ember addon.
Requirements
This library just ships with mixins, some utils, and some default dataviews.
During runtime, you'll need to have the following installed to properly use
ember-polymorphica
ember-router-dsl
ember-autox-core
ember-dataview
ember-annotative-models
ember-lodash
ember-concurrency
ember-getowner-polyfill
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://ember-cli.com/.