# uni-element-ui **Repository Path**: zhang-wjj/uni-element-ui ## Basic Information - **Project Name**: uni-element-ui - **Description**: 基于element ui 结合uniapp 封装的常用组件 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-04-14 - **Last Updated**: 2023-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 概述 基于uniapp + vue2 + router + element ui自研的PC端管理后台组件,目前正在开发中. ### 安装 ```console npm install uni-element-components --save ``` ### 使用 #在pages.jons 文件中,添加下面配置 ```json { "easycom": { "autoscan": true, "custom": { "uni-(.*)": "uni-element-components/components/uni-$1/uni-$1.vue" // 匹配node_modules内的vue文件 } } } ``` ### 组件文档地址 [https://www.apifox.cn/apidoc/project-1682539](https://www.apifox.cn/apidoc/project-1682539)