-
Notifications
You must be signed in to change notification settings - Fork 8.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Web/Progressive_web_apps/Tutorials を新規翻訳 (#23186)
2023/09/27 時点の英語版に基づき新規翻訳
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
title: チュートリアル | ||
slug: Web/Progressive_web_apps/Tutorials | ||
l10n: | ||
sourceCommit: 8d202854ade7328f827da2951bc714455f78674f | ||
--- | ||
|
||
{{PWASidebar}} | ||
|
||
このページには、PWAを開発するのに役立つチュートリアルが掲載されています。チュートリアルでは、アプリを作成する段階を最初から最後まで順を追って説明し、アプリのさまざまな機能の実装方法について解説しています。 | ||
|
||
- [初めての PWA の作成](/ja/docs/Web/Progressive_web_apps/Tutorials/CycleTracker) | ||
|
||
- : これは初心者向けのチュートリアルで、月の周期を追跡する PWA の作成方法を説明します。レッスンでは、完全に機能するウェブアプリを作成するために要求される HTML、CSS、JavaScript の概要、テスト環境の設定、ウェブアプリを PWA にアップグレードするための完全な説明(マニフェストの開発と検査、サービスワーカーのスクリプトの追加、サービスワーカーを使用した古いキャッシュの削除など)を記載しています。 | ||
|
||
- [PWA を深堀りする](/ja/docs/Web/Progressive_web_apps/Tutorials/js13kGames) | ||
- : これは中級者向けのチュートリアルで、[js13kGames 2017](https://2017.js13kgames.com/) 競技の A-Frame カテゴリーに送信したゲームに関する情報が掲載されている PWA の作成方法を説明しています。このチュートリアルでは、通知、プッシュ通知、アプリのパフォーマンスなどの追加機能を含め、PWA を作成するうえで必要な基本事項をすべて記載しています。 |