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