We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7802820 commit 7e9c5c4Copy full SHA for 7e9c5c4
1 file changed
README.md
@@ -1,6 +1,7 @@
1
# PatternFly quick start for Yew
2
3
-This is a quickstart template to get you started with [PatternFly for Yew](https://github.com/patternfly-yew/patternfly-yew).
+This is a quickstart template to get you started
4
+with [PatternFly for Yew](https://github.com/patternfly-yew/patternfly-yew).
5
6
Here you can see this page in action: https://patternfly-yew.github.io/patternfly-yew-quickstart/
7
@@ -12,6 +13,12 @@ Here you can see this page in action: https://patternfly-yew.github.io/patternfl
12
13
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
14
```
15
16
+* Rust WASM32 target
17
+
18
+ ```shell
19
+ rustup target add wasm32-unknown-unknown
20
+ ```
21
22
* Trunk
23
24
```shell
0 commit comments