https://github.com/turbo87/ember-non-context-shifting-partials
https://github.com/turbo87/ember-non-context-shifting-partials
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/turbo87/ember-non-context-shifting-partials
- Owner: Turbo87
- License: mit
- Created: 2017-11-07T13:01:13.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T13:12:22.000Z (over 8 years ago)
- Last Synced: 2025-10-09T02:04:30.689Z (8 months ago)
- Language: JavaScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ember-non-context-shifting-partials
This README outlines the details of collaborating on this Ember addon.
## Installation
* `git clone ` this repository
* `cd ember-non-context-shifting-partials`
* `yarn install`
## Running
* `ember serve`
* Visit your app at [http://localhost:4200](http://localhost:4200).
## Running Tests
* `yarn 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/).