RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 
kashiro 6442cd5045 Initial Axum + Vue fullstack template. 1 settimana fa
..
README.md Initial Axum + Vue fullstack template. 1 settimana fa
openapi.json Initial Axum + Vue fullstack template. 1 settimana fa

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.