mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
297 B
297 B
Shows off ergonomic JSON deserialization fetch abstraction.
Run with:
wasm-pack build --target web && rollup ./main.js --format iife --file ./pkg/bundle.js && python -m SimpleHTTPServer 8080
It is expected that you have a setup with wasm-pack, rollup, and python installed.