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
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..
- clone it
npm install
in rootjspm install
in sample directorynpm start
in root