|
il y a 2 ans | |
---|---|---|
.husky | il y a 2 ans | |
public | il y a 2 ans | |
src | il y a 2 ans | |
.editorconfig | il y a 2 ans | |
.env.development | il y a 2 ans | |
.env.production | il y a 2 ans | |
.env.staging | il y a 2 ans | |
.eslintignore | il y a 2 ans | |
.eslintrc-auto-import.json | il y a 2 ans | |
.eslintrc.cjs | il y a 2 ans | |
.gitignore | il y a 2 ans | |
.prettierignore | il y a 2 ans | |
.prettierrc.cjs | il y a 2 ans | |
.stylelintignore | il y a 2 ans | |
.stylelintrc.cjs | il y a 2 ans | |
README.md | il y a 2 ans | |
commitlint.config.cjs | il y a 2 ans | |
index.html | il y a 2 ans | |
package.json | il y a 2 ans | |
tsconfig.json | il y a 2 ans | |
tsconfig.node.json | il y a 2 ans | |
vite.config.ts | il y a 2 ans |
数据看板H5页面----水母星球客户数据管理系统
代码仓库分支约定:master分支代码始终用于正式环境(方便bug修复而不影响新开发的后续内容),developer分支用于开发和测试环境,上线时在developer分支测试通过后合并到master分支上线正式环境。 多人协作同时开发时(同项目不同模块),每个开发者在developer分支基础上新建一个自己的分支(比如:developerA),后续再合并到developer。