Build tool for Leptos.
cargo install --git https://github.com/thaw-ui/thaw-cli --locked
Add Thaw.toml in the project root directory. Please refer to the Config structure for the type (Currently all configurations are optional).
thaw serve csr
thaw serve ssr
thaw build csr
thaw build ssrThe API is aligned with Vite (Rolldown) as much as possible.
Reuse existing libraries as much as possible to optimize the development experience. e.g.: Subsecond, Manganis.
Vite - Native-ESM powered web dev build tool.
Dioxus CLI - Tooling to supercharge Dioxus projects.
cargo-leptos - Build tool for Leptos.