RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 
Jared Bell 961c5e2083 Add WebSocket support for LLM queries and query management interface před 1 týdnem
..
README.md Initial Axum + Vue fullstack template. před 1 týdnem
openapi.json Add WebSocket support for LLM queries and query management interface před 1 týdnem

README.md

contracts

openapi.json is the generated API contract.

It is not hand-written. The Axum router (utoipa-axum + #[utoipa::path]) is the source of truth.

just generate-api

That dumps the spec here and rewrites apps/web/src/api/generated.ts.