|
há 2 anos atrás | |
---|---|---|
.fleet | há 2 anos atrás | |
.github | há 2 anos atrás | |
.vscode | há 2 anos atrás | |
docs | há 2 anos atrás | |
examples | há 2 anos atrás | |
extension | há 2 anos atrás | |
src | há 2 anos atrás | |
tests | há 3 anos atrás | |
.gitignore | há 2 anos atrás | |
Cargo.lock | há 2 anos atrás | |
Cargo.toml | há 2 anos atrás | |
Dioxus.toml | há 3 anos atrás | |
README.md | há 2 anos atrás | |
build.rs | há 3 anos atrás | |
rustfmt.toml | há 3 anos atrás |
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.