Skip to content
This repository has been archived by the owner on Mar 9, 2019. It is now read-only.
/ aurelia-tree-view Public archive

a tree-view and a test repo for skeleton-catalog

License

Notifications You must be signed in to change notification settings

Thanood/aurelia-tree-view

Repository files navigation

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

About

a tree-view and a test repo for skeleton-catalog

Resources

License

Stars

Watchers

Forks

Packages

No packages published