|
hace 2 años | |
---|---|---|
.fleet | hace 2 años | |
.github | hace 2 años | |
.vscode | hace 2 años | |
docs | hace 2 años | |
examples | hace 2 años | |
extension | hace 2 años | |
src | hace 2 años | |
tests | hace 3 años | |
.gitignore | hace 2 años | |
Cargo.lock | hace 2 años | |
Cargo.toml | hace 2 años | |
Dioxus.toml | hace 3 años | |
README.md | hace 2 años | |
build.rs | hace 3 años | |
rustfmt.toml | hace 3 años |
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.