Skip to content
On this page

安装

简要介绍

  • 该组件库采用 Vue3 + TypeScript + Vite + SASS+ Element-Plus 实现!
  • 涵盖10+常用基础组件,基于Element-Plus封装12+业务组件
  • 开箱即用!

环境支持

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

版本

本组件库目前还在开发迭代中

使用包管理器

建议您使用包管理器 (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.