https://github.com/locusenergy/ember-async-tree
Recursive tree component for displaying trees of arbitrary depth with data being loaded asynchronously
https://github.com/locusenergy/ember-async-tree
Last synced: 10 months ago
JSON representation
Recursive tree component for displaying trees of arbitrary depth with data being loaded asynchronously
- Host: GitHub
- URL: https://github.com/locusenergy/ember-async-tree
- Owner: LocusEnergy
- License: mit
- Created: 2015-07-12T15:28:19.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-07T07:07:07.000Z (almost 10 years ago)
- Last Synced: 2025-03-23T23:18:08.362Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 98.6 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Ember-async-tree
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
* `npm test` (Runs `ember try:testall` to test your addon against multiple Ember versions)
* `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/).