# super-ep
**Repository Path**: steveouyang/super-ep
## Basic Information
- **Project Name**: super-ep
- **Description**: 基于Element-Plus二次封装而成的组件库,含递归菜单、按钮组、表格、确认弹窗四个组件;
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 1
- **Forks**: 2
- **Created**: 2022-11-29
- **Last Updated**: 2023-08-08
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
### @安装引入组件库
#### 安装
```shell
npm i -g nrm
nrm use npm
npm i @steveouyang/super-ip
```
#### 引入
项目入口文件main.js
```js
/* 将@steveouyang/super-ep组件库作为插件安装 */
import SuperEpPlugin from "@steveouyang/super-ep"
app.use(SuperEpPlugin)
```
### @按钮组
#### 实现效果

#### 页面部署
```js