An open API service indexing awesome lists of open source software.

https://github.com/microwebstacks/rustyewsample

test sample
https://github.com/microwebstacks/rustyewsample

Last synced: 4 months ago
JSON representation

test sample

Awesome Lists containing this project

README

        

# RustYewSample
test sample

# Install
https://yew.rs/

https://yew.rs/docs/getting-started/introduction

https://www.rust-lang.org/tools/install

```
rustc --version
rustup target add wasm32-unknown-unknown
install Visual Studio Community 2022 with C++ Desktop tools
cargo install trunk
```

# Running
testing hello world
```
cargo run
```
testing Yew App
```
trunk serve
```
build
```
trunk build
```
patch

* renamed `dist` to `docs` and appended basepath `/RustYewSample` in `index.html`
# Live Demo
https://microwebstacks.github.io/RustYewSample/