Files
vue-modules/README.md
2025-08-15 17:08:50 +08:00

56 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# orico-supplier-ts-admin 本项目已全部引入 TS
# node 版本
16.12.0
# nrm 安装(镜像源管理)
npm i -g nrm
npm use taobao
# 依赖安装
npm i
# 运行
npm run dev (开发)
npm run build:test(测试)
npm run build:pro(生产)
npm run lint:prettier(修复 prettier 报错)
npm run lint:stylelint(修复 样式 报错)
npm run lint:eslint(修复 eslint 报错)
# 环境配置(多公司多请求地址后会走代理)
env.test(测试)
env.development(开发)
env.production(生产)
# 提交(已添加提交规范)
npm run commit
# 分支说明 dev->test->pro
matser模板分支只有项目模板方便以后通用禁止将代码合并到 matser
pro (生产分支,用于生产环境,来源于合并 test 分支)
test (测试分支,用于测试环境,来源于合并 dev 分支)
dev(开发分支,用于开环境、解决冲突,来源于其他开发分支)
分支拉取请从 pro 分支进行拉取!
冲突请在 dev 分支解决,解决冲突后再合并测试分支