Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.

Latest commit

 

History

History
33 lines (22 loc) · 887 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 887 Bytes

aurelia-tree-view

An experimental tree-view custom element for Aurelia. At the moment it depends on Google Material Icons. This dependency will be removed later.

Also a means to try skeleton-catalog in practice.

Inspired heavily by: https://github.com/thelgevold/aurelia-treeview

Following this blog post: http://www.syntaxsuccess.com/viewarticle/5529813d955de264e1fbbaec

Installing

jspm install aurelia-tree-view=github:Thanood/aurelia-tree-view

In main.js:

aurelia.use
    .standardConfiguration()
    .developmentLogging()
    .plugin('aurelia-tree-view', plugin => plugin.useAll());

Other loaders (aurelia-cli/webpack) following..

Running this repo

  • clone it
  • npm install in root
  • jspm install in sample directory
  • npm start in root