|
před 1 rokem | |
---|---|---|
.. | ||
.github | před 2 roky | |
.vscode | před 2 roky | |
docs | před 1 rokem | |
examples | před 2 roky | |
src | před 1 rokem | |
tests | před 2 roky | |
.gitignore | před 2 roky | |
Cargo.lock | před 2 roky | |
Cargo.toml | před 1 rokem | |
Dioxus.toml | před 2 roky | |
README.md | před 2 roky | |
build.rs | před 2 roky |
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.