Skip to content
On this page

安装

环境支持

由于 Vue 3 不再支持 IE11,该组件库也不再支持 IE11 浏览器。

版本

Element-Plus-Plus 目前还在开发迭代中

使用包管理器

建议您使用包管理器 (NPM, Yarn, pnpm) 安装 Element-Plus-Plus, 然后您就可以使用打包工具,例如 Vite 和 webpack

选择一个你喜欢的包管理器

NPM

shell
$ npm install element-plus-plus --save

Yarn

sh
$ yarn add element-plus-plus

pnpm

sh
$ pnpm install element-plus-plus

浏览器直接引入

暂不支持

Released under the MIT License.