https://github.com/limit-zero/ember-loading-svc
https://github.com/limit-zero/ember-loading-svc
addon ember ember-addon
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/limit-zero/ember-loading-svc
- Owner: limit-zero
- License: mit
- Created: 2017-03-06T15:53:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-08T20:21:34.000Z (over 9 years ago)
- Last Synced: 2025-09-30T00:20:49.873Z (9 months ago)
- Topics: addon, ember, ember-addon
- Language: JavaScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ember-loading-svc
This addon adds a central loading service for 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/).