7 lines
129 B
Markdown
7 lines
129 B
Markdown
# Install
|
|
cargo binstall dioxus-cli@0.7.0-alpha.1
|
|
|
|
# Run with
|
|
BEVY_ASSET_ROOT="." dx serve --hot-patch
|
|
# or
|
|
dx serve --hot-patch |