Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellyselden/ember-cli-transition-to-dynamic
Transition to any route preserving or replacing any dynamic segment.
https://github.com/kellyselden/ember-cli-transition-to-dynamic
Last synced: 16 days ago
JSON representation
Transition to any route preserving or replacing any dynamic segment.
- Host: GitHub
- URL: https://github.com/kellyselden/ember-cli-transition-to-dynamic
- Owner: kellyselden
- License: mit
- Created: 2014-12-30T23:43:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-26T20:40:46.000Z (almost 9 years ago)
- Last Synced: 2024-12-20T07:13:13.896Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 12.7 KB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-cli-transition-to-dynamic
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone` this repository
* `npm install`
* `bower install`## Running
* `ember server`
* Visit your app at http://localhost:4200.## Running Tests
* `ember test`
* `ember test --server`## Building
* `ember build`
For more information on using ember-cli, visit [http://www.ember-cli.com/](http://www.ember-cli.com/).