Update README.md

This commit is contained in:
Jet Li 2019-12-18 01:17:46 +08:00 committed by GitHub
parent 574e812bac
commit cbba34ee80
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,7 @@
- [Realworld example](https://github.com/jetli/rust-yew-realworld-example-app) - Exemplary real world app built with Rust + Yew + WebAssembly.
- [webapp.rs](https://github.com/saschagrunert/webapp.rs) - A web application completely written in Rust, frontend is built with Yew.
- [FullstackRustDemo](https://github.com/hgzimmerman/FullstackRustDemo) - Novelty website + bucket questions implementation.
- [Rust todomvc desktop app](https://github.com/Extrawurst/rust-webview-todomvc-yew) - Demo how to use yew for a todomvc that compiles to wasm and is bundled as a lightweight desktop app.
- [Rust todomvc desktop app](https://github.com/Extrawurst/rust-webview-todomvc-yew) - Demo how to use yew for a todomvc that compiles to wasm and is bundled as a lightweight desktop app, as an alternative to electron.
## Templates