Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/myxogastria0808/yew-github-pages


https://github.com/myxogastria0808/yew-github-pages

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# Yaw

## ローカルサーバの起動

```batch
trunk serve --open
```

## ビルド

```batch
trunk build --release
```

## GitHub Pages 向けのビルド

```batch
trunk build --release --public-url
```

### 参考文献

[-Zenn- Web フロントエンドエンジニアのための Rust 製 Web フロントフレームワーク Yew 入門](https://zenn.dev/azukiazusa/articles/rust-base-web-front-fremework-yew#todo-%E3%82%A2%E3%83%97%E3%83%AA%E3%81%AE%E4%BD%9C%E6%88%90)