Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kellyselden/ember-i18n-route
Route mixins for storing locale in the URL
https://github.com/kellyselden/ember-i18n-route
Last synced: 16 days ago
JSON representation
Route mixins for storing locale in the URL
- Host: GitHub
- URL: https://github.com/kellyselden/ember-i18n-route
- Owner: kellyselden
- License: mit
- Created: 2015-06-23T02:22:41.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-20T19:05:08.000Z (over 9 years ago)
- Last Synced: 2025-01-02T05:43:59.932Z (24 days ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-i18n-route
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/).