安装
环境支持
由于 Vue 3 不再支持 IE11,vxe-tree 也不再支持 IE11 浏览器。
![]() | ![]() | ![]() | ![]() |
---|---|---|---|
Edge ≥ 79 | Firefox ≥ 78 | Chrome ≥ 64 | Safari ≥ 12 |
版本
vxeTree 目前还处于快速开发迭代中。
使用包管理器
建议您使用包管理器 (NPM, Yarn, pnpm) 安装 vxeTree, 然后您就可以使用打包工具,例如 Vite 和 webpack
shell
# 选择一个你喜欢的包管理器
# NPM
$ npm install vxe-tree --save
# Yarn
$ yarn add vxe-tree
# pnpm
$ pnpm install vxe-tree