1.6.1 • Published 10 months ago
ss-h5 v1.6.1
项目简介
伟东云平台-学员端项目,包含学习、购买、考试等功能。
安装依赖
npm install
yarn husky install // 安装 husky,使 commitlint 生效
启动项目
npm run serve
编译项目
npm run build
格式化项目
npm run lint
提交规范
提交规范采用 commitlint 规范,提交前需要先安装 husky 插件,安装后,提交时会自动校验规范。
部署
在 gitlab 中创建 tag,gitlab 触发 CICD 流程,执行编译命令,然后将编译后的代码部署到服务器上。
项目地址
https://hsz-h5.wdeduc.com/hsz_homepage
分支管理
分支 | 环境 |
---|---|
main | 生产环境 |
feature-日期-项目描述-作者 | 开发环境、测试环境 |
release | uat 环境 |
1.6.1
10 months ago