|
2 vuotta sitten | |
---|---|---|
.. | ||
.github | 2 vuotta sitten | |
.vscode | 2 vuotta sitten | |
docs | 2 vuotta sitten | |
examples | 2 vuotta sitten | |
extension | 2 vuotta sitten | |
src | 2 vuotta sitten | |
tests | 2 vuotta sitten | |
.gitignore | 2 vuotta sitten | |
Cargo.lock | 2 vuotta sitten | |
Cargo.toml | 2 vuotta sitten | |
Dioxus.toml | 2 vuotta sitten | |
README.md | 2 vuotta sitten | |
build.rs | 2 vuotta sitten | |
rustfmt.toml | 2 vuotta sitten |
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.