# base-admin-template **Repository Path**: luohuaqingwu/base-admin-template ## Basic Information - **Project Name**: base-admin-template - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-03 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # base-admin-template > 基于vue-element-admin的后台管理框架,集成后台的权限管理和动态路由,后台为PHP的laravel8框架,如需配套后台代码请访问 [https://gitee.com/luohuaqingwu/base-admin-laravel8](https://gitee.com/luohuaqingwu/base-admin-laravel8) ## 编译步骤 ```bash # 克隆项目 git clone https://gitee.com/luohuaqingwu/base-admin-template.git # 进入项目目录 cd base-admin-template # 安装依赖 npm install # 建议使用国内镜像 npm install --registry=https://registry.npm.taobao.org # 启动服务 npm run dev ``` 浏览器访问 [http://localhost:9528](http://localhost:9528) ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ``` ## 其它 ```bash # 预览发布环境效果 npm run preview # 预览发布环境效果 + 静态资源分析 npm run preview -- --report # 代码格式检查 npm run lint # 代码格式检查并自动修复 npm run lint -- --fix ```