# ccc-boot-ui **Repository Path**: homec/ccc-boot-ui ## Basic Information - **Project Name**: ccc-boot-ui - **Description**: 这是一个极简的 vue admin 管理后台前端代码。基于VUE2 + Element UI + axios实现。 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-03-31 - **Last Updated**: 2024-05-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: ccc-boot ## README # ccc-boot-ui > 这是一个极简的 vue admin 管理后台。它只包含了 Element UI & axios & iconfont & permission control & lint,这些搭建后台必要的东西。 [vue-admin-template模板线上地址](http://panjiachen.github.io/vue-admin-template) ## 前置安装 - 安装node.js 请确保你的 Node.js 版本 >= 8.6,我的node.js版本:v16.x。 - 安装npm/cnpm 我的npm版本:8.3.0。 - vue版本 vue版本:2.x ## 构建步骤 ```bash # 克隆项目 git clone https://gitee.com/chaohyun/ccc-boot-ui.git # 进入项目目录 cd ccc-boot-ui # 安装依赖 cnpm install # 启动服务 npm run dev 浏览器访问 [http://localhost:8088](http://localhost:8088) ## 发布 ​```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ``` ## 其它 ```bash # 预览发布环境效果 npm run preview # 预览发布环境效果 + 静态资源分析 npm run preview -- --report # 代码格式检查 npm run lint # 代码格式检查并自动修复 npm run lint -- --fix ```