Getting Started
Try It Online
Refer to Playground to try it online
Install
bash
# npm
npm install @wsfe/vue-tree
# yarn
yarn add @wsfe/vue-tree
# pnpm
pnpm add @wsfe/vue-tree
Import
@wsfe/vue-tree
Provides three components
typescript
import VTree, { VTreeSearch, VTreeDrop } from '@wsfe/vue-tree'
Import style
css
@import '~@wsfe/vue-tree/style.css';
Import less to override variables
less
@import '~@wsfe/vue-tree/src/styles/index.less';