基于vue3版本的vue-element-admin管理平台模板的简洁版,只包含了ElementPlus、Vuex,axios,Vue-router等搭建后台必要的技术框架,开箱即用 线上地址
# 克隆项目
git clone https://github.com/LSZ579/vue-element-plus-admin.git
# 进入项目目录
cd vue-element-plus-admin
# 安装依赖
npm install
# 启动服务
npm run serve
浏览器访问 http://localhost:7594
# 构建测试环境
npm run build:stage
# 构建生产环境
npm run build:prod
# 提交代码
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: 代码回退'},