Skip to content

david-wallace-croft/dioxus-demo

Repository files navigation

Dioxus Demo

MIT licensed

  • Demonstration of Dioxus version 0.6

Setup

  • Install the Dioxus Command Line Interface (CLI)
cargo install dioxus-cli

Usage

  • To run it in your localhost browser
cd dioxus-demo/

dx serve --open
  • To deploy using static site generation (SSG)
cd dioxus-demo/

rm -rf dist/

rm -rf static/

rm -rf target/dx/

dx build --release --ssg

mkdir dist/

cp -r target/dx/dioxus-demo/release/web/public/* dist/

cp -r static/* dist/

cd dist/

http-server -c-1 -o

History

  • Initial release: 2024-04-07

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published