Skip to content

usagrada/yew-tauri-desktop-app-template

Repository files navigation

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

About

Yew Tauri Desktop App Template

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published