tauri-leptos-example
Requires Rust Nightly. See Leptos nightly
Note.
# Install Tauri CLI
cargo install tauri-cli
# Build and develop for desktop
cargo tauri dev
# Build and release for desktop
cargo tauri build
Credits
All credit for the counter example in ./src-ui/src/lib.rs
goes to authors and contributors of gbj/leptos GitHub repository, MIT License, Copyright 2022 Greg Johnston.