diff options
Diffstat (limited to 'files/pt-pt/archive/apps/ferramentas_e_frameworks/index.html')
-rw-r--r-- | files/pt-pt/archive/apps/ferramentas_e_frameworks/index.html | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/files/pt-pt/archive/apps/ferramentas_e_frameworks/index.html b/files/pt-pt/archive/apps/ferramentas_e_frameworks/index.html new file mode 100644 index 0000000000..46face0a4a --- /dev/null +++ b/files/pt-pt/archive/apps/ferramentas_e_frameworks/index.html @@ -0,0 +1,45 @@ +--- +title: Ferramentas e frameworks +slug: Archive/Apps/Ferramentas_e_frameworks +tags: + - Aplicações + - Bibliotecas + - Ferramentas + - Firefox OS + - Frameworks + - Ritmos de Trabalho +translation_of: Archive/Apps/Tools_and_frameworks +--- +<div> +<p>This part of the App Center provides guides to using tools, frameworks and libraries to speed up Open Web App development — Brick, app templates, X-Tag, and Firefox OS Cordova support.</p> +</div> + +<div class="row topicpage-table"> +<div class="section"> +<h2 id="Componentes_e_modelos">Componentes e modelos</h2> + +<dl dir="ltr"> + <dt><a href="/en-US/Apps/Tools_and_frameworks/Web_components">Web components and Mozilla Brick </a></dt> + <dd>Mozilla Brick is a Web component library, based on the X-Tag library, which allows easy usage of custom elements.</dd> + <dt><a href="/en-US/Apps/Tools_and_frameworks/App_templates">Utilização de modelos de aplicaçãoes</a></dt> + <dd>To help you get going with app development as quickly as possible, there are some template apps you can use as a basis for your own apps. This guide provides information on those templates, how to get them, and how to work with them.</dd> + <dt><a href="/en-US/Apps/Tools_and_frameworks/x-tags">X-Tag</a></dt> + <dd>X-Tag and the Web components specification family provide a means for us to define custom elements that will dealt with as first class citizens by the browser, rather than as an inefficient afterthought. This guide explains how they work.</dd> + <dt><a href="/en-US/Apps/Tools_and_frameworks/Custom_elements">Elementos personalizados</a></dt> + <dd>This article describes some of the most useful custom elements available inside Mozilla's X-Tag library.</dd> +</dl> +</div> + +<div class="section"> +<h2 id="Aplicações_de_plataforma_cruzada_e_ferramentas_de_criação">Aplicações de plataforma cruzada e ferramentas de criação</h2> + +<dl> + <dt><a href="/en-US/Apps/Tools_and_frameworks/Cordova_support_for_Firefox_OS">Cordova support for Firefox OS</a></dt> + <dd>This article provides a basic introduction to Apache Cordova and explains how to use it to generate an Open Web App for installation on Firefox OS.</dd> + <dt><a href="/en-US/Apps/Tools_and_frameworks/Cordova_Firefox_OS_plugin_reference">Cordova Firefox OS plugin reference</a></dt> + <dd>Reference showing sample code and examples for the Cordova plugins that currently support Firefox OS.</dd> +</dl> +</div> +</div> + +<p> </p> |