https://github.com/coachlogix/ember-paper-navigation
https://github.com/coachlogix/ember-paper-navigation
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/coachlogix/ember-paper-navigation
- Owner: CoachLogix
- License: mit
- Created: 2017-02-14T16:23:24.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-15T19:30:44.000Z (over 9 years ago)
- Last Synced: 2025-10-24T11:53:23.669Z (9 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-paper-navigation
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd ember-paper-navigation`
* `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/).