Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 606 Bytes

README.md

File metadata and controls

33 lines (19 loc) · 606 Bytes

Ember-idx-tree

Ember Idx Tree is a sophisticated tree component for Ember.js,

This README outlines the details of collaborating on this Ember addon.

Installation & Tutorial

With Ember-CLI:

npm install --save-dev ember-idx-tree

Please visit the documentation for installation & usage documentations: http://indexiatech.github.io/ember-idx-tree

Plugin Development

  • git clone this repository
  • npm install
  • bower install

Running

Running Tests

  • ember test
  • ember test --server

Building

  • ember build