https://github.com/emarifer/test_router
Demo application of the use of Yew Router in the Yew.rs framework + PWA.
https://github.com/emarifer/test_router
pwa rust wasm wasm-bindgen webassembly yew yew-framework
Last synced: 3 months ago
JSON representation
Demo application of the use of Yew Router in the Yew.rs framework + PWA.
- Host: GitHub
- URL: https://github.com/emarifer/test_router
- Owner: emarifer
- License: mit
- Created: 2023-03-09T15:15:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-09T17:01:19.000Z (over 3 years ago)
- Last Synced: 2025-12-09T23:35:59.558Z (7 months ago)
- Topics: pwa, rust, wasm, wasm-bindgen, webassembly, yew, yew-framework
- Language: Rust
- Homepage: https://emarifer.github.io/test_router/
- Size: 1.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Demo application of the use of Yew Router in the Yew.rs framework + PWA.
## To run the app:
Add the WebAssembly target::
```
$ rustup target add wasm32-unknown-unknown
```
Install Trunk to run the app:
```
$ cargo install trunk
```
Run the app:
```
$ trunk serve
```
Build the application by running:
```
$ trunk build --release
```