vue-tree
vue-tree is a Vue component that implements a TreeView control. Its aim is to provide common tree options in a way that is easy to use and easy to customize.
The Component is still pre-1.0 and should be considered unstable. Breaking changes may occur at any time before the 1.0 release.
Installation
Install the component with your favorite package manager:
or
The default import from this package is the components from the .vue files. In addition to this, pre-compiled versions of the TreeView component and CSS are also available in the package but you will need to reference them manually from your own project.
Usage
If you're using it in a .vue file:
Or, import it into your application:
Then add the component: