Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myxogastria0808/pokemon-ga-api-document
Pokémon-GA APIの説明をしているサイトをYewを用いて作成しました。
https://github.com/myxogastria0808/pokemon-ga-api-document
Last synced: about 1 month ago
JSON representation
Pokémon-GA APIの説明をしているサイトをYewを用いて作成しました。
- Host: GitHub
- URL: https://github.com/myxogastria0808/pokemon-ga-api-document
- Owner: Myxogastria0808
- Created: 2024-02-03T07:52:31.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-13T04:54:08.000Z (10 months ago)
- Last Synced: 2024-02-13T18:24:44.889Z (10 months ago)
- Language: Rust
- Homepage: https://myxogastria0808.github.io/pokemon-ga-api-document/
- Size: 1.9 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- 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)