dioxus-template
dioxus-template copied to clipboard
A big refactor
Changes:
- improved template output formatting (a lot of changes)
- optimized conditional blocks in
cargo-generate.toml -
default_platforminDioxus.tomlnow supports"fullstack" - renamed "TUI" to "tui"
- renamed "Warp" to "warp" (that's how it is officially written)
I still don't know whether to use lowercase for these 4 choices:
prompt = "What backend framework are you using?"
choices = ["Axum", "warp", "Salvo"]
default = "Axum"
prompt = "How do you want to create CSS?"
choices = ["Tailwind", "Vanilla"]
default = "Vanilla"