Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myxogastria0808/yew-github-pages
https://github.com/myxogastria0808/yew-github-pages
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/myxogastria0808/yew-github-pages
- Owner: Myxogastria0808
- Created: 2024-02-03T07:07:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-03T07:24:32.000Z (11 months ago)
- Last Synced: 2024-02-03T08:24:14.769Z (11 months ago)
- Language: HTML
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)