|
1 年之前 | |
---|---|---|
.. | ||
.github | 2 年之前 | |
.vscode | 2 年之前 | |
docs | 1 年之前 | |
examples | 2 年之前 | |
src | 1 年之前 | |
tests | 2 年之前 | |
.gitignore | 2 年之前 | |
Cargo.lock | 2 年之前 | |
Cargo.toml | 1 年之前 | |
Dioxus.toml | 1 年之前 | |
README.md | 1 年之前 | |
build.rs | 2 年之前 |
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.