https://github.com/emberjs/ember-map-with-default
https://github.com/emberjs/ember-map-with-default
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emberjs/ember-map-with-default
- Owner: emberjs
- License: mit
- Created: 2017-11-05T20:57:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T18:26:00.000Z (over 8 years ago)
- Last Synced: 2025-10-20T12:38:43.264Z (8 months ago)
- Language: JavaScript
- Size: 58.6 KB
- Stars: 0
- Watchers: 10
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-map-with-default
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd ember-map-with-default`
* `yarn install`
## Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
## Running Tests
* `yarn 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/).