Files
leqi_admin/README.md
2025-07-09 15:36:17 +08:00

59 lines
1.2 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.

# 乐企开票管理
### 本项目已经全部引入ts对接了单点动态路由配置基础框架已建立
## 对接金蝶开票和公司业务不及时问题,方便操作
# 项目图片
![输入图片说明](public/image.png)
# 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 分支解决,解决冲突后再合并测试分支