Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 736 Bytes

File metadata and controls

60 lines (39 loc) · 736 Bytes

Yew Tauri Desktop App Template

This is Template App for Desktop App.

Run Develop

  cargo tauri dev

or

  cargo make gui

When you want to check only web view, you can run next commands.

trunk serve

or

  cargo make dev

Build App

  cargo tauri build

or

  cargo make gui-build

Setup

This template uses cargo-make. Setup requires two commands when Rust is already installed.

  cargo install cargo-make
  cargo make install

Doc

yew

You can access your site with http://localhost:3000. src-tauri is ignored in trunk.toml because trunk builds programs infinitely.

tauri

configure is src-tauri