Files
integral-shop/README.md
2026-03-08 18:35:11 +08:00

27 lines
664 B
Markdown
Raw Permalink 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.
# 单商户积分商城
管理后台前端 + CRMEB 后端 API 合并仓库。
## 目录结构
| 目录 | 说明 |
|------|------|
| **frontend/** | 管理后台 Vue 前端(原 single_admin22miao |
| **backend/** | CRMEB Java Spring Boot 后端(原 crmeb_22miao |
## 前端
- 技术栈Vue + Vue CLI
- 开发:`cd frontend && npm install && npm run serve`
- 构建:`npm run build`
## 后端
- 技术栈Spring Boot 2.2.6、Maven、MyBatis Plus
- 开发:`cd backend && mvn spring-boot:run -pl crmeb-admin`
- 打包:`mvn clean package -pl crmeb-admin -am -DskipTests`
## Gitea
- 仓库http://49.235.131.69:3000/scottpan/integral-shop