# vue-element-admin **Repository Path**: bstdn/vue-element-admin ## Basic Information - **Project Name**: vue-element-admin - **Description**: A vue admin template with Element UI & axios & iconfont & permission control & lint - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2019-07-29 - **Last Updated**: 2022-02-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-element-admin > A minimal vue admin template with Element UI & axios & iconfont & permission control & lint **The current version is `v4.0+` build on `vue-cli`. If you want to use the old version , you can switch branch to [tree/2.3.0](https://github.com/bstdn/vue-element-admin/tree/2.3.0), it does not rely on `vue-cli`** ## Clone the project ``` git clone https://github.com/bstdn/vue-element-admin.git cd vue-element-admin ``` ## Project setup ``` npm install // or yarn ``` ### 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/110037_d5fdfa35_1185106.png "dashboard.png") ## License [MIT](https://github.com/bstdn/vue-element-admin/blob/master/LICENSE) Copyright (c) 2019-present, bstdn