https://github.com/nitaking/sample-tauri-yew-demo
Sample Tauri project, ref: https://dev.to/stevepryde/create-a-desktop-app-in-rust-using-tauri-and-yew-2bhe
https://github.com/nitaking/sample-tauri-yew-demo
Last synced: 3 months ago
JSON representation
Sample Tauri project, ref: https://dev.to/stevepryde/create-a-desktop-app-in-rust-using-tauri-and-yew-2bhe
- Host: GitHub
- URL: https://github.com/nitaking/sample-tauri-yew-demo
- Owner: nitaking
- Created: 2022-11-03T07:41:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-03T07:52:25.000Z (over 3 years ago)
- Last Synced: 2025-03-11T04:38:00.373Z (about 1 year ago)
- Language: Rust
- Size: 1.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# About
This repository is a trace of the following article.
https://dev.to/stevepryde/create-a-desktop-app-in-rust-using-tauri-and-yew-2bhe
#
## Start Tauri
```bash
cargo tauri dev
```