# vue-base-admin **Repository Path**: big_hui/vue-base-admin ## Basic Information - **Project Name**: vue-base-admin - **Description**: 技术栈:vue 2.6.11 elementUI axios router 可用于中小型企业的后台管理系统,开箱即用 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 5 - **Forks**: 3 - **Created**: 2020-10-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vue-base-admin ## 第一步 安装所有依赖 ``` npm i ``` ## 第二步 启动即可 ``` npm run serve ``` ## 打包上线 ``` npm run build ``` ## 整理检查 ``` npm run lint ``` ## 查看文档 ``` 请直接访问/doc/www/index.html ``` ### 自定义配置 See [Configuration Reference](https://cli.vuejs.org/config/).