Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated Japanese translation for Angular version of introduction to Storybook #746

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
193 changes: 81 additions & 112 deletions content/intro-to-storybook/angular/ja/composite-component.md

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions content/intro-to-storybook/angular/ja/conclusion.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ description: '今までの知識をまとめて、Storybook のテクニック

Storybook で最初の UI を作成しましたね。お疲れ様でした!ここまでの章で UI コンポーネントを作成し、複合させ、テストし、デプロイする方法を学びました。同じように進めていれば、リポジトリーとデプロイされた Storybook は以下のリンクと同じようになっていることでしょう。

[📕 **GitHub のリポジトリー: chromaui/learnstorybook-code**](https://github.com/chromaui/learnstorybook-code/tree/angular)
[📕 **GitHub のリポジトリー: chromaui/learnstorybook-code**](https://github.com/chromaui/learnstorybook-code)
<br/>
jonniebigodes marked this conversation as resolved.
Show resolved Hide resolved

[🌎 **デプロイされた Storybook**](https://angular--5ccbe484c994280020b6d128.chromatic.com/)
[🌎 **デプロイされた Storybook**](https://master--5ccbe484c994280020b6d128.chromatic.com)
jonniebigodes marked this conversation as resolved.
Show resolved Hide resolved

Storybook は React、React Native、Vue、Angular、Svelte、その他のフレームワークにとって強力なツールです。開発者コミュニティーも活発でアドオンも充実しています。このチュートリアルで紹介した内容は、Storybook で出来ることの一部にすぎません。一度 Storybook を導入すれば、強固な UI を効率的に作れることに驚くことでしょう。

Expand All @@ -20,13 +20,13 @@ Storybook は React、React Native、Vue、Angular、Svelte、その他のフレ

- [**楽しい Storybook のワークフロー**](https://www.chromatic.com/blog/the-delightful-storybook-workflow)では Squarespace や、メジャーリーグサッカー、ディスカバリーネットワーク、 Apollo GraphQL といった効率の良いチームにおけるワークフローのベストプラクティスを紹介しています。
jonniebigodes marked this conversation as resolved.
Show resolved Hide resolved

- [**視覚的なテストのハンドブック**](https://storybook.js.org/tutorials/visual-testing-handbook/)では、コンポーネントを Storybook で視覚的にテストする方法を掘り下げています。無料の 31 ページある eBook です。
- [**視覚的なテストのハンドブック**](https://storybook.js.org/tutorials/visual-testing-handbook)では、コンポーネントを Storybook で視覚的にテストする方法を掘り下げています。無料の 31 ページある eBook です。

- [**Storybook Discord**](https://discord.gg/UUt2PJb) では Storybook のコミュニティに参加できます。他の Storybook ユーザーと協力しましょう。

- [**Storybook ブログ**](https://storybook.js.org/blog)ではリリース情報や、UI 開発のワークフローを合理的にするための機能を紹介します。

## Storybook チュートリアルについて
## 誰が Intro to Storybook チュートリアルを作成しているのでしょうか?

文書や、コード、製作は [Chromatic](https://www.chromatic.com/?utm_source=storybook_website&utm_medium=link&utm_campaign=storybook) の貢献です。このチュートリアルは Chromatic の [GraphQL + React tutorial series](https://www.chromatic.com/blog/graphql-react-tutorial-part-1-6) を参考にしています。

Expand Down