Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/limit-zero/ember-modlr

An ember-cli addon integrating modlr
https://github.com/limit-zero/ember-modlr

addon ember ember-addon ember-cli modlr

Last synced: 6 days ago
JSON representation

An ember-cli addon integrating modlr

Awesome Lists containing this project

README

        

# ember-modlr

This addon adds [modlr](https://github.com/as3io/modlr) support to ember projects.

## Installation

* `git clone ` this repository
* `cd ember-modlr`
* `npm install`
* `bower install`

## Running

* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).

## Running Tests

* `npm test` (Runs `ember try:each` to test your addon against multiple Ember versions)
* `ember test`
* `ember test --server`

## Building

* `ember build`

For more information on using ember-cli, visit [https://ember-cli.com/](https://ember-cli.com/).