Initial commit: 单商户积分商城 - 管理后台前端 + CRMEB 后端

Made-with: Cursor
This commit is contained in:
apple
2026-03-08 18:35:11 +08:00
commit 5432904bcb
2282 changed files with 311241 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
# 单商户积分商城
管理后台前端 + 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