Skip to content
This repository has been archived by the owner on Mar 24, 2023. It is now read-only.

stevepryde/tauri-yew-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tauri + Yew Demo

This is a small demo to accompany the Tauri + Yew tutorial

https://dev.to/stevepryde/create-a-desktop-app-in-rust-using-tauri-and-yew-2bhe

Installation

rustup target add wasm32-unknown-unknown
cargo install trunk
cargo install wasm-bindgen-cli
cargo install tauri-cli

Dev Server

After installing the above, you should be able to run it with

cargo tauri dev

Building the app

You can do a release build with

cargo tauri build

This should create an installer in src-tauri/target/release/bundle/

Further reading

Tauri: https://tauri.studio/en/docs/get-started/intro

Yew: https://yew.rs/docs/getting-started/introduction

About

Demo project for the Tauri + Yew tutorial

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published