Skip to content
On this page

安装

环境支持

由于 Vue 3 不再支持 IE11,vxe-tree 也不再支持 IE11 浏览器。

Edge ≥ 79Firefox ≥ 78Chrome ≥ 64Safari ≥ 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

如果您的网络环境不好,建议使用相关镜像服务 cnpm中国 NPM 镜像

Released under the MIT License ❤️