# ApiAdmin-Element **Repository Path**: soft128/ApiAdmin-Element ## Basic Information - **Project Name**: ApiAdmin-Element - **Description**: Vue Element Api Admin - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 11 - **Created**: 2022-03-16 - **Last Updated**: 2023-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

# ApiAdmin-Element ## 特别提示 > 本项目由`vue-cli`构建,依赖于[ApiAdmin](https://gitee.com/apiadmin/ApiAdmin),Clone form [@bstdn/ApiAdmin-Element](https://github.com/bstdn/ApiAdmin-Element) > 本项目不支持最新的ApiAdmin5.*版本 ## Install ### Clone the project ``` git clone https://gitee.com/apiadmin/ApiAdmin-Element.git cd ApiAdmin-Element ``` ### Prepare ``` # .env.development中的VUE_APP_BASE_API修改为后台接口地址 ``` ### Project setup ``` npm install // or yarn # 国内 npm install --registry=https://registry.npm.taobao.org ``` ### Compiles and hot-reloads for development ``` npm run dev // or yarn dev # 指定端口 npm run dev --port=8080 // or yarn dev --port=8080 ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ## 相关技术栈 - [vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) - [Element](https://element.eleme.cn) - [Vue](https://github.com/vuejs/vue) - [Vue-Loader](https://vue-loader.vuejs.org/zh/guide/) - [Webpack](https://github.com/webpack/webpack) ## 效果展示 ![输入图片说明](https://images.gitee.com/uploads/images/2019/1123/111129_50384013_1185106.png "menu.png") ![输入图片说明](https://images.gitee.com/uploads/images/2019/1123/111426_7130df97_1185106.png "appList.png") ![输入图片说明](https://images.gitee.com/uploads/images/2019/1123/111451_2df8d595_1185106.png "interfaceList.png") ## 赞赏 **请作者[喝杯咖啡](https://images.gitee.com/uploads/images/2019/1122/203838_862f04ff_1185106.jpeg)吧!(微信号/QQ号:99808359)** ## License [MIT](https://gitee.com/apiadmin/ApiAdmin-Element/blob/master/LICENSE) Copyright (c) 2020-present, ApiAdmin