dioxus-template
dioxus-template copied to clipboard
a template for starting a dioxus project to be used with dioxus-cli
`dioxus-logger` now reexports the tracing crate so it is no longer needed as a dependency. Adds some basic usage to logging (some info! here and there) ~~Waiting on https://github.com/DogeDark/dioxus-logger/pull/5~~
I think ```./assets/tailwind.css``` should be in ```.gitignore``` because it's a auto generated file.
https://github.com/DioxusLabs/dioxus-template/blob/main/Fullstack/Dioxus.toml It's currently `web` but it should be ``` default_platform = "fullstack" ```
Dioxus create should support setting up feature flags for each target you choose. For example, you should be able to set up a desktop and web template.
Attempting to create a TUI project w/ `dx new` results in the following error: ``` ✔ 🤷 Which sub-template should be expanded? · TUI 🤷 Project Name: foobar ✔ 🤷...
Changes: - improved template output formatting (a lot of changes) - optimized conditional blocks in `cargo-generate.toml` - `default_platform` in `Dioxus.toml` now supports `"fullstack"` - renamed "TUI" to "tui" - renamed...
I've noticed that [Liquid] syntax generates a bunch of blank lines, which makes the output files very messy and untidy. Though I'm already working on fixing it. It makes the...
Dioxus.toml knows fullstack now changed all platform to lowercase
In Dioxus.toml: `style = ["tailwind.css"]` should be replaced with `style = ["/tailwind.css"]` Otherwise the router will match tailwind and return the page instead.
{glue} should probably be inside tags