https://github.com/microwebstacks/rustyewsample
test sample
https://github.com/microwebstacks/rustyewsample
Last synced: 4 months ago
JSON representation
test sample
- Host: GitHub
- URL: https://github.com/microwebstacks/rustyewsample
- Owner: MicroWebStacks
- License: mit
- Created: 2022-05-07T08:17:12.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-07T08:42:50.000Z (about 3 years ago)
- Last Synced: 2024-10-29T14:22:12.286Z (8 months ago)
- Language: Rust
- Size: 254 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/