mirror of
https://github.com/yewstack/yew.git
synced 2025-12-08 21:26:25 +00:00
Update TodoMVC example's README (#1429)
This commit is contained in:
parent
f3d53a7710
commit
60fe59e901
@ -6,7 +6,6 @@ Unlike other implementations, this stores the full state of the model,
|
||||
including: all entries, entered text and chosen filter.
|
||||
|
||||
### How to run:
|
||||
This example requires rustc v1.39.0 or above to compile due to its use of the `async`/`await` syntax.
|
||||
|
||||
```sh
|
||||
wasm-pack build --target web --out-name wasm --out-dir ./static && miniserve ./static --index index.html
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user