# vue-element-plus-admin **Repository Path**: xiaolu579/vue-element-plus-admin ## Basic Information - **Project Name**: vue-element-plus-admin - **Description**: 基于vue3+elementPlus+vuex+vue-router,vue3版本的vue-element-admin管理平台模板,简洁,拿来即用 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 1 - **Created**: 2022-02-24 - **Last Updated**: 2023-11-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: vue-element-admin ## README # vue-elementPlus-template 基于vue3版本的vue-element-admin管理平台模板的简洁版,只包含了ElementPlus、Vuex,axios,Vue-router等搭建后台必要的技术框架,开箱即用 [线上地址](https://lsz579.github.io/vue-element-plus-admin/) ## Build Setup ```bash # 克隆项目 git clone https://github.com/LSZ579/vue-element-plus-admin.git # 进入项目目录 cd vue-element-plus-admin # 安装依赖 npm install # 启动服务 npm run serve ``` 浏览器访问 [http://localhost:7594](http://localhost:7594) ## 发布 ```bash # 构建测试环境 npm run build:stage # 构建生产环境 npm run build:prod ``` ## 其他 ```bash # 提交代码 npm run cz {value: 'feat', name: 'feat: 新的功能'}, {value: 'fix', name: 'fix: 修复Bug'}, {value: 'docs', name: 'docs: 只有文档变更'}, {value: 'style', name: 'style: 空格, 分号等格式修复'}, {value: 'refactor', name: 'refactor: 代码重构,注意和特性、修复区分开'}, {value: 'perf', name: 'perf: 提升性能'}, {value: 'test', name: 'test: 添加测试'}, {value: 'chore', name: 'chore: 开发工具变动(构建、脚手架工具等)'}, {value: 'revert', name: 'revert: 代码回退'}, ```