|
пре 1 година | |
---|---|---|
.. | ||
.github | пре 2 година | |
.vscode | пре 2 година | |
docs | пре 1 година | |
examples | пре 2 година | |
src | пре 1 година | |
tests | пре 2 година | |
.gitignore | пре 2 година | |
Cargo.lock | пре 2 година | |
Cargo.toml | пре 1 година | |
Dioxus.toml | пре 2 година | |
README.md | пре 2 година | |
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.