# ApiAdmin-iView **Repository Path**: bstdn/ApiAdmin-iView ## Basic Information - **Project Name**: ApiAdmin-iView - **Description**: Vue iView Api Admin - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-08-25 - **Last Updated**: 2021-01-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
# ApiAdmin-iView ## 特别提示 > 本项目由`vue-cli`构建,依赖于[ApiAdmin-ThinkPHP](https://github.com/bstdn/ApiAdmin-ThinkPHP) ## Install ### Clone the project ``` git clone https://github.com/bstdn/ApiAdmin-iView.git cd ApiAdmin-iView ``` ### Prepare ``` # src/config/index.js中的baseUrl修改为后台接口地址 ``` ### 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) ## 效果展示    ## License [MIT](https://github.com/bstdn/ApiAdmin-iView/blob/master/LICENSE) Copyright (c) 2019-present, bstdn