https://github.com/onehilltech/ember-selectors
https://github.com/onehilltech/ember-selectors
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/onehilltech/ember-selectors
- Owner: onehilltech
- License: apache-2.0
- Created: 2017-04-28T20:10:04.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T23:57:23.000Z (over 8 years ago)
- Last Synced: 2025-03-22T01:35:53.480Z (over 1 year ago)
- Language: JavaScript
- Size: 15.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-selectors
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd ember-selectors`
* `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/).