# vue-iview-admin **Repository Path**: bstdn/vue-iview-admin ## Basic Information - **Project Name**: vue-iview-admin - **Description**: A minimal vue admin template with iView UI & axios & permission control & lint - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2019-07-29 - **Last Updated**: 2021-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

# vue-iview-admin > A minimal vue admin template with iView UI & axios & permission control & lint ## Clone the project ``` git clone https://github.com/bstdn/vue-iview-admin.git cd vue-iview-admin ``` ## 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 ``` ## 相关技术栈 - [iView-Admin](https://github.com/iview/iview-admin) - [iView](https://github.com/iview/iview) - [Vue](https://github.com/vuejs/vue) - [Webpack](https://github.com/webpack/webpack) ## 效果展示 ![输入图片说明](https://images.gitee.com/uploads/images/2019/1123/123209_7b8c88d0_1185106.png "home.png") ## License [MIT](https://github.com/bstdn/vue-iview-admin/blob/master/LICENSE) Copyright (c) 2019-present, bstdn