GitBook: [zh_tw] 2 pages modified

This commit is contained in:
洪慈吟 2020-04-23 00:15:40 +00:00 committed by Justin Starry
parent 421d0fe099
commit c2ac744558
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
* [初始模板](getting-started/starter-templates.md) * [初始模板](getting-started/starter-templates.md)
* [第一個簡單的 App](getting-started/build-a-sample-app.md) * [第一個簡單的 App](getting-started/build-a-sample-app.md)
* [選擇 web-sys 或 stdweb](getting-started/choose-web-library.md) * [選擇 web-sys 或 stdweb](getting-started/choose-web-library.md)
* [Learn through examples](getting-started/examples.md) * [透過範例學習](getting-started/examples.md)
## 核心觀念 <a id="concepts"></a> ## 核心觀念 <a id="concepts"></a>

View File

@ -1,6 +1,6 @@
# Learn through examples # 透過範例學習
The Yew repository is chock-full of examples \(in various states of maintenance\). We recommend perusing them to get a feel for how to use different framework features. We also welcome pull-requests and issues for when they inevitably get neglected and need some ♥️ 我們有各種範例(都持續在維護中),建議你可以仔細閱讀他們,以了解如何使用各種不同的框架功能。當遇到問題或需要幫忙時,我們也很歡迎大家 pull-requests 或開 issues ♥️
* [**Todo App \(stdweb\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/std_web/todomvc) * [**Todo App \(stdweb\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/std_web/todomvc)
* [**Todo App \(web\_sys\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/web_sys/todomvc) * [**Todo App \(web\_sys\)**](https://github.com/yewstack/yew/tree/v0.14.0/examples/web_sys/todomvc)