|
|
il y a 2 heures | |
|---|---|---|
| pinnacle | il y a 1 jour | |
| server | il y a 2 heures | |
| web | il y a 2 heures | |
| .gitignore | il y a 1 mois | |
| README.md | il y a 7 mois |
这是一个体育彩票相关的项目。
web/: 前端项目,基于 Vue Vben Adminserver/: 后端服务spider/: 数据爬虫# 进入前端目录
cd web
# 安装依赖
pnpm install
# 启动 Ant Design 版本
pnpm dev:antd
# 启动 Element Plus 版本
pnpm dev:ele
# 启动 Naive UI 版本
pnpm dev:naive
前端开发服务器通常在 http://localhost:5666 上运行。