# 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) ``` ### @按钮组 #### 实现效果 ![image.png](https://p6-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/1330c3ceddb3417b9f65329cd65cee40~tplv-k3u1fbpfcp-watermark.image?) #### 页面部署 ```js ``` ### @数据表格 #### 实现效果 ![image.png](https://p1-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/1455527e951e4881ba1ca1b47fd926e4~tplv-k3u1fbpfcp-watermark.image?) #### 页面部署 ```js ``` ### @ 确认弹窗 #### 实现效果 ![image.png](https://p1-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/e5eaf75a60fa40b69b9a5a300e28a007~tplv-k3u1fbpfcp-watermark.image?) #### 页面部署 ```js ``` ### @递归菜单 #### 实现效果 ![image.png](https://p3-juejin.byteimg.com/tos-cn-i-k3u1fbpfcp/117dc1ee211948e8bebfb52f4b875900~tplv-k3u1fbpfcp-watermark.image?) ### 页面部署 ```js ```
***“这不需要测试,肯定是好的,不必担心!”*** image.png