RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Jared Bell 961c5e2083 Add WebSocket support for LLM queries and query management interface hace 1 semana
..
README.md Initial Axum + Vue fullstack template. hace 1 semana
openapi.json Add WebSocket support for LLM queries and query management interface hace 1 semana

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.