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