|
%!s(int64=2) %!d(string=hai) anos | |
---|---|---|
.fleet | %!s(int64=2) %!d(string=hai) anos | |
.github | %!s(int64=2) %!d(string=hai) anos | |
.vscode | %!s(int64=2) %!d(string=hai) anos | |
docs | %!s(int64=2) %!d(string=hai) anos | |
examples | %!s(int64=2) %!d(string=hai) anos | |
extension | %!s(int64=2) %!d(string=hai) anos | |
src | %!s(int64=2) %!d(string=hai) anos | |
tests | %!s(int64=3) %!d(string=hai) anos | |
.gitignore | %!s(int64=2) %!d(string=hai) anos | |
Cargo.lock | %!s(int64=2) %!d(string=hai) anos | |
Cargo.toml | %!s(int64=2) %!d(string=hai) anos | |
Dioxus.toml | %!s(int64=3) %!d(string=hai) anos | |
README.md | %!s(int64=2) %!d(string=hai) anos | |
build.rs | %!s(int64=3) %!d(string=hai) anos | |
rustfmt.toml | %!s(int64=3) %!d(string=hai) anos |
Tooling to supercharge Dioxus projects
cargo install dioxus-cli
cargo install --git https://github.com/DioxusLabs/cli
cargo install --path . --debug
Use dioxus 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:
dioxus 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.