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.
 
 
 
 
 
 

501 B

0001 — Stack

  • Axum 0.8 for the HTTP surface. Handlers stay as functions, not a framework object model.
  • sqlx 0.9 with runtime queries so the template compiles without a live database. Compile-time query! can be adopted later with .sqlx offline data.
  • utoipa + utoipa-axum so the route table is the OpenAPI document.
  • Vue 3 + TypeScript + Tailwind 4 for the UI.
  • Vite proxy configured from the same TOML the server loads.
  • Generated fetch client instead of a hand-written axios wrapper.