Files
hldrCenter/README.md
2025-11-05 09:20:30 +08:00

22 lines
468 B
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.
# [HLDRCENTER]
## 技术栈
- 后端:[golang gingo-zero]
- 前端:[Vue 3 + Vite + Element Plus + TypeScript]
- 数据库:[MySQL 8.0、sqlite]
- 部署环境:[Docker + Nginx]
## 快速开始
### 环境要求
- 操作系统Windows 10+ / macOS 12+ / LinuxUbuntu 20.04+
- 运行环境:[golang1.24.0]
- 依赖工具:[npm 8.x+ / Docker 20.x+]
### 本地部署步骤
- server ->go run main.go
- web -> npm run dev
- management -> npm run dev