|
hai 1 ano | |
---|---|---|
.. | ||
.github | %!s(int64=2) %!d(string=hai) anos | |
.vscode | %!s(int64=2) %!d(string=hai) anos | |
docs | hai 1 ano | |
examples | %!s(int64=2) %!d(string=hai) anos | |
src | hai 1 ano | |
tests | hai 1 ano | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
Cargo.lock | %!s(int64=2) %!d(string=hai) anos | |
Cargo.toml | hai 1 ano | |
Dioxus.toml | hai 1 ano | |
README.md | hai 1 ano | |
build.rs | %!s(int64=2) %!d(string=hai) anos |
Tooling to supercharge Dioxus projects
cargo install dioxus-cli
cargo install --git https://github.com/DioxusLabs/dioxus dioxus-cli
cargo install --path . --debug
Use dx create project-name
to initialize a new Dioxus project.
It will be cloned from the dioxus-template repository.
Alternatively, you can specify the template path:
dx create hello --template gh:dioxuslabs/dioxus-template
Dioxus CLI will use Dioxus.toml
file to Identify some project info and switch some cli feature.
You can get more configure information from Dioxus CLI Document.