RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 
Jared Bell 961c5e2083 Add WebSocket support for LLM queries and query management interface 1 hafta önce
..
README.md Initial Axum + Vue fullstack template. 1 hafta önce
openapi.json Add WebSocket support for LLM queries and query management interface 1 hafta önce

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.