https://github.com/srowhani/ember-fuse-box
Makes it somewhat relatively easier to couple components together.
https://github.com/srowhani/ember-fuse-box
Last synced: about 2 months ago
JSON representation
Makes it somewhat relatively easier to couple components together.
- Host: GitHub
- URL: https://github.com/srowhani/ember-fuse-box
- Owner: srowhani
- License: mit
- Created: 2016-10-12T19:35:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-13T03:27:51.000Z (over 9 years ago)
- Last Synced: 2025-12-31T21:14:03.108Z (6 months ago)
- Language: JavaScript
- Size: 432 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-fuse-box
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd ember-fuse-box`
* `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 [http://ember-cli.com/](http://ember-cli.com/).