RustRover cargo-generate template: Axum + Vue 3 + TypeScript + Tailwind + sqlx
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 
kashiro 6442cd5045 Initial Axum + Vue fullstack template. 1 неделю назад
..
README.md Initial Axum + Vue fullstack template. 1 неделю назад
openapi.json Initial Axum + Vue fullstack template. 1 неделю назад

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.