Yew Tauri Desktop App Template
This is Template App for Desktop App.
Run Develop
$ cargo tauri dev
Build App
$ cargo tauri build
Setup
yew setup
This project is using master branch(not yet released) and not support cargo-web(yew is removing cargo-web because it tries to eliminate the stdweb library).
$ cargo install trunk
$ cargo install wasm-bindgen-cli
tauri setup
You need to specify the version for installing tauri-cli now (2021/06/30).
$ cargo install tauri-cli --version 1.0.0-beta.4