https://github.com/emberjs/ember-map-polyfill
https://github.com/emberjs/ember-map-polyfill
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/emberjs/ember-map-polyfill
- Owner: emberjs
- License: mit
- Created: 2017-11-05T20:57:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-09T11:56:45.000Z (over 8 years ago)
- Last Synced: 2025-03-20T09:40:11.705Z (over 1 year ago)
- Language: JavaScript
- Size: 259 KB
- Stars: 1
- Watchers: 9
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# @ember/map-polyfill
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd ember-map-polyfill`
* `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/).