M10: Vue frontend — traits, shop, bench, opponents, strength meter

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
team3
2026-07-23 00:40:26 +02:00
parent 7f78c965cc
commit 61127fa7e0
15 changed files with 1877 additions and 1 deletions

View File

@@ -27,5 +27,13 @@ Riot-Dev-Key: https://developer.riotgames.com (24h gültig), in `backend/.env` a
## Server
```sh
uv run uvicorn tft.api.app:app --reload
uv run uvicorn tft.api.app:app --reload --port 8123
```
## Frontend
```sh
cd frontend
npm install
npm run dev # Proxy /api -> localhost:8123
```