Personal workspace for learning Dioxus & Rust.
This and other readme files in this repo are RunMe Plabooks.
Use this playbook step/task to update the RunMe cli.
If you don't have runme installed, you'll need to copy/paste the command. :)
go install github.com/stateful/runme/v3@v3
- Install Dioxus CLI
# install tool dependencies
set -e
cargo install dioxus-cli
cargo install cargo-make
cargo install wasm-pack
printf "\n"
set -x
dx --version
cargo make --version
wasm-pack --version
set +x