# demo-web **Repository Path**: ocean23/demo-web ## Basic Information - **Project Name**: demo-web - **Description**: 课程示例前端 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-07-10 - **Last Updated**: 2021-07-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # demo-web ## spring boot 工程和 spring cloud api 切换 修改 src/utils/config.ts 的 configDev 配置 项目是基于`vue3.x`、`vue-cli4.x`、`element-plus`、`typescript`的快速开发基础框架。 ## Project setup 环境要求 `Node.js`-版本最好大于 12.x 安装环境依赖 ``` npm install ``` ### 启动开发环境 ``` npm run serve ``` ### 打包编译 ``` npm run build ``` ### 格式化 ``` npm run lint ``` ## GIT 提交规范 参考[vue](https://github.com/vuejs/vue/blob/dev/.github/COMMIT_CONVENTION.md)规范 - `feat`: 增加新功能 - `fix`: 修复问题/bug - `style`: 代码风格相关无影响运行结果 - `refactor`: 重构 - `chore`: 依赖更新/脚手架配置修改等