快速开始
如果你希望最快看到效果,用下面 5 步。
前置环境
- Node.js
>= 18 - Python
>= 3.9 - Java
>= 21 - MySQL
8.x - Redis
7.x
5 步跑起来
- 克隆仓库
bash
git clone https://github.com/Chengxiaoyu1119/YOLOV11-WEB-ECS.git
cd YOLOV11-WEB-ECS/yolo11-craft- 初始化数据库
bash
mysql -u root -p < sql/init.sql- 安装前端依赖
bash
cd frontend
npm install
cd ..- 一键启动
bat
start_all.bat- 打开前端
http://localhost:8888
如果一键启动失败
优先看这两页: