aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/progressive_web_apps/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:40:17 -0500
commit33058f2b292b3a581333bdfb21b8f671898c5060 (patch)
tree51c3e392513ec574331b2d3f85c394445ea803c6 /files/ja/glossary/progressive_web_apps/index.html
parent8b66d724f7caf0157093fb09cfec8fbd0c6ad50a (diff)
downloadtranslated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.gz
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.tar.bz2
translated-content-33058f2b292b3a581333bdfb21b8f671898c5060.zip
initial commit
Diffstat (limited to 'files/ja/glossary/progressive_web_apps/index.html')
-rw-r--r--files/ja/glossary/progressive_web_apps/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/ja/glossary/progressive_web_apps/index.html b/files/ja/glossary/progressive_web_apps/index.html
new file mode 100644
index 0000000000..dcfad8f64f
--- /dev/null
+++ b/files/ja/glossary/progressive_web_apps/index.html
@@ -0,0 +1,19 @@
+---
+title: "Progressive web apps\_(プログレッシブウェブアプリ)"
+slug: Glossary/Progressive_web_apps
+tags:
+ - Composing
+ - Glossary
+ - Progressive web apps
+translation_of: Glossary/Progressive_web_apps
+---
+<p>プログレッシブウェブアプリは、ウェブアプリ開発の現代的な姿を表す用語です。これには検索エンジンによる見つけやすさ、{{Glossary("URL")}} を使用したリンク、複数の形式要素で動作することなど、ウェブのあらゆる優れた部分を活用した標準的なウェブサイト/アプリを利用し、最新の API (<a href="/ja/docs/Web/API/Service_Worker_API">Service Workers</a> や <a href="/ja/docs/Web/API/Push_API">Push</a> など) やネイティブアプリに由来するさまざまな利点をより一般的にもたらす機能を提供すること含みます。</p>
+
+<p>これらの機能は、インストール可能で、オフラインで動作し、簡単に同期できてユーザーがサーバーに簡単に再接続できます。</p>
+
+<h2 id="Learn_more" name="Learn_more">詳細情報</h2>
+
+<ul>
+ <li>MDN 上の <a href="/ja/docs/Web/Apps">アプリセンター</a></li>
+ <li>Google Developers上の <a href="https://developers.google.com/web/progressive-web-apps">Progressive web apps</a></li>
+</ul>