diff options
author | Florian Dieminger <me@fiji-flo.de> | 2021-02-11 18:27:33 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-11 18:27:33 +0100 |
commit | 609ee7efcfe881caa08237948e1ed3252e60afa1 (patch) | |
tree | e8c22089de06c8ef1a6d75a6e0d1e893403cd07a /files/pt-pt/web/progressive_web_apps/developer_guide/index.html | |
parent | ad7f998115dd568832332484debf1f1b16b0c905 (diff) | |
parent | 8519a85da1acd5b7863268b6cf6f9e4fd14bcf31 (diff) | |
download | translated-content-609ee7efcfe881caa08237948e1ed3252e60afa1.tar.gz translated-content-609ee7efcfe881caa08237948e1ed3252e60afa1.tar.bz2 translated-content-609ee7efcfe881caa08237948e1ed3252e60afa1.zip |
Merge pull request #43 from fiji-flo/unslugging-pt-pt
Unslugging pt pt
Diffstat (limited to 'files/pt-pt/web/progressive_web_apps/developer_guide/index.html')
-rw-r--r-- | files/pt-pt/web/progressive_web_apps/developer_guide/index.html | 78 |
1 files changed, 78 insertions, 0 deletions
diff --git a/files/pt-pt/web/progressive_web_apps/developer_guide/index.html b/files/pt-pt/web/progressive_web_apps/developer_guide/index.html new file mode 100644 index 0000000000..ff532a28f1 --- /dev/null +++ b/files/pt-pt/web/progressive_web_apps/developer_guide/index.html @@ -0,0 +1,78 @@ +--- +title: PWA - Guia de programação +slug: Web/Progressive_web_apps/Developer_guide +tags: + - Aplicações + - Aplicações da Web progressivas + - Apps + - Guia de Programação + - Landing + - Off-line + - PWA + - Persistente + - Web + - progressivo +translation_of: Web/Progressive_web_apps/Developer_guide +original_slug: Web/Progressive_web_apps/Guia_de_programacao +--- +<p>{{draft}}</p> + +<p><span class="seoSummary">Nos artigos listados aaui, irá encontrar guias sobre cada aspeto da programação para a geração de aplicações da Web progressivas (PWAs).</span> For all other documentation about web development, which generally pertains to PWAs as well, see our primary <a href="/en-US/docs/Web">web development documentation</a>.</p> + +<p><strong>--->>> Titles below are just for the list; give articles good SEO names and feel free to tweak those and this as needed... <<<---</strong></p> + +<div class="row topicpage-table"> +<div class="section"> +<h2 class="Basics" id="Básico_da_aplicação_da_Web">Básico da aplicação da Web</h2> + +<dl> + <dt>Introduction and getting started with PWA development</dt> + <dd>some description</dd> + <dt><a href="/en-US/docs/Web/Progressive_web_apps/Developer_guide/Installing">Installing and uninstalling web apps</a></dt> + <dd>An introductory guide to how a web app can be installed on the user's device...</dd> + <dt>Using service workers to run offline</dt> + <dd>description</dd> + <dt>Alerting the user using notifications</dt> + <dd>description</dd> + <dt>Creating a web app from an existing site</dt> + <dd>description</dd> +</dl> + +<h2 id="Tópicos_avançados">Tópicos avançados</h2> + +<dl> + <dt>Pushing data from the server to your web application</dt> + <dd>some description</dd> + <dt>Resource management</dt> + <dd>description</dd> + <dt>Integration with the host device</dt> + <dd>description</dd> + <dt>Security and privacy</dt> + <dd>description</dd> + <dt>Gaming topics for web app developers</dt> + <dd>description</dd> +</dl> +</div> + +<div class="section"> +<h2 class="Polishing" id="Polishing_web_apps">Polishing web apps</h2> + +<dl> + <dt>Web API equivalents for common native APIs</dt> + <dd>some description</dd> + <dt>Platform-specific tips and issues</dt> + <dd>description</dd> + <dt>Web application performance guide</dt> + <dd>description</dd> + <dt>Ensuring a good user experience</dt> + <dd>description</dd> +</dl> + +<h2 class="landingPageList" id="Tópicos_relacionados">Tópicos relacionados</h2> + +<dl> + <dt>some topic</dt> + <dd>some description</dd> +</dl> +</div> +</div> |