https://github.com/chadhietala/ember-raf-measure
https://github.com/chadhietala/ember-raf-measure
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/chadhietala/ember-raf-measure
- Owner: chadhietala
- License: mit
- Created: 2015-10-26T23:09:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T06:44:20.000Z (over 3 years ago)
- Last Synced: 2024-04-13T17:14:50.866Z (about 1 year ago)
- Language: HTML
- Size: 75.2 KB
- Stars: 2
- Watchers: 2
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-raf-measure
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`## Running
* `ember serve`
* Visit your app at http://localhost:4200.## Running Tests
* `npm test` (Runs `ember try:testall` 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/).