Skip to content

Commit

Permalink
[EDU-5615] Nuxt notes template guide (#1361)
Browse files Browse the repository at this point in the history
* feat: create guide

* feat: add entries to reference pages

* fix: adjust on tags

* Apply suggestions from code review

* Update src/content/docs/pt-br/pages/guias/marketplace/templates/nuxt-notes.mdx

---------

Co-authored-by: isidrohernandezazion <isidro.hernandez@azion.com>
  • Loading branch information
guiafonso-ol and isidrohernandezazion authored Nov 7, 2024
1 parent 43c8521 commit a1386a8
Show file tree
Hide file tree
Showing 6 changed files with 216 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/content/docs/en/pages/guides/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ permalink: /documentation/products/guides/
- [How to deploy the Next.js Pages + Middleware template](/en/documentation/products/guides/nextjs-pages-middleware/)
- [How to deploy the Nuxt 3 Static Boilerplate](/en/documentation/products/guides/nuxt-static-boilerplate/)
- [How to deploy the Nuxt Content Template](/en/documentation/products/guides/nuxt-content/)
- [How to deploy the Nuxt Notes Template](/en/documentation/products/guides/nuxt-notes/)
- [How to deploy the Static Cache template](/en/documentation/products/guides/static-cache-template/)
- [How to deploy the TiDB Starter Kit with Drizzle ORM template](/en/documentation/products/guides/tidb-with-drizzle/)
- [How to deploy the Turso Starter Kit with Drizzle ORM template](/en/documentation/products/guides/turso-with-drizzle/)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,93 @@
---
title: How to deploy the Nuxt Notes template
description: This template contains the configurations to create a basic note taking application with Nuxt.
meta_tags: templates, guides, Azion Marketplace, web, nuxt
namespace: docs_guides_nuxt_notes
permalink: /documentation/products/guides/nuxt-notes/
---

import Tag from 'primevue/tag';

<Tag severity="info" client:only="vue">
Preview
</Tag>

The **Nuxt Notes** template contains the configurations for creating a basic note taking application with [Nuxt](https://nuxt.com/docs/getting-started/introduction), which stores the notes in the user's browser by using [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).

The deployment of this template creates a GitHub repository containing your project, as well as an edge application and a domain to facilitate your access and management through the Azion Edge Platform. It also creates an [Edge Storage](/en/documentation/products/store/edge-storage/) origin to deliver the content from the edge.

This template uses Nuxt version `3.0.0`.

:::note
This is a community template. It was created by third-party or external developers and Azion is only enabling the deployment in the Azion Edge Platform. Azion doesn't provide maintenance or support for the content itself but can assist you with any queries or issues you may encounter while deploying this template or using the platform.
:::

## Requirements

- A [GitHub account](https://github.com/signup) to connect with Azion and create your new repository.
- Every push will be deployed automatically to this repository to keep your project updated.
- This template uses [Application Accelerator](/en/documentation/products/build/edge-application/application-accelerator/), [Edge Functions](/en/documentation/products/build/edge-application/edge-functions/), and [Edge Cache](https://www.azion.com/en/documentation/products/build/edge-application/edge-cache/), and it could generate usage-related costs. Check the [pricing page](https://www.azion.com/en/pricing/) for more information.

---

## Deploying the template

You can obtain and configure your template through the Azion Console. To easily deploy it at the edge, click the button below.

<LinkButton
label="Deploy"
link="https://console.azion.com/create/azion-community/nuxt-notes"
icon="ai ai-azion"
icon-pos="left"
/>

---

## Setting up the template

In the configuration form, you must provide the information to configure your application. Fill in the presented fields.

Fields identified with an asterisk are mandatory.

1. Connect Azion with your GitHub account.
- A pop-up window will open to confirm the installation of the [Azion GitHub App](/en/documentation/products/guides/azion-github-app/), a tool that connects your GitHub account with Azion's platform.
- Define your permissions and repository access as desired.
2. Select the **Git Scope** to work with.
3. Define a name for your edge application.
- The bucket for storage and the edge function will use the same name.
- Use a unique and easy-to-remember name. If the name has already been used, the platform returns an error message.
4. Click the **Deploy** button to start the deployment process.

During the deployment, you'll be able to follow the process through a window showing off the logs. When it's complete, the page shows information about the application and some options to continue your journey.

:::note
The link to the edge application allows you to see it on the browser. However, it may take some time to propagate and configure the application in Azion's edge locations. It may be necessary to wait a few minutes for the URL to be activated and for the application page to be effectively displayed in the browser.
:::

---

## Managing the template

Considering that this initial setup may not be optimal for your specific edge application, all settings can be customized any time you need by using Azion's platform.

To manage and edit your edge application's settings, follow these steps:

1. [Access Azion Console](https://console.azion.com).
2. On the upper-left corner, select **Products menu**, the icon with three horizontal lines, > **Edge Application**.
- You'll be redirected to the **Edge Application** page. It lists all the edge applications you've created.
3. Find the edge application related to your template and select it.
- The list is organized alphabetically. You can also use the **search bar** located in the upper-left corner of the list; currently, it filters only by **Application Name**.

After selecting the edge application you'll work on, you'll be directed to a page containing all the settings you can configure.

:::tip
Read the documentation about [managing edge applications](/en/documentation/products/build/edge-application/first-steps/) for more details.
:::

### Adding a custom domain

The edge application created during the deployment has an assigned Azion domain to make it accessible through the browser. The domain has the following format: `xxxxxxxxxx.map.azionedge.net/`. However, you can add a custom domain for users to access your edge application through it.

import LinkButton from 'azion-webkit/linkbutton';

<LinkButton link="/en/documentation/products/guides/configure-a-domain/" label="go to configuring a domain guide" severity="secondary" />
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ The Azion Next.js Static Boilerplate enables the creation and deployment of a Ne

#### Nuxt 3 Static Boilerplate

The **Nuxt 3 Static Boilerplate** template contains the configurations for quickly build a static Nuxt 3-based application.
The **Nuxt 3 Static Boilerplate** template contains the configurations to quickly build a static Nuxt 3-based application.

<LinkButton link="/en/documentation/products/guides/nuxt-static-boilerplate/" label="Go to the Nuxt 3 Static Boilerplate guide" severity="secondary" />

Expand All @@ -447,6 +447,19 @@ The **Nuxt Content** template contains the configurations for creating a blog or
icon-pos="left"
/>

#### Nuxt Notes

The **Nuxt Notes** template contains the configurations to build a basic notes application with Nuxt.

<LinkButton link="/en/documentation/products/guides/nuxt-notes/" label="Go to the Nuxt Notes guide" severity="secondary" />

<LinkButton
label="Deploy"
link="https://console.azion.com/create/nuxt-notes"
icon="ai ai-azion"
icon-pos="left"
/>

#### React Boilerplate

The Azion React Boilerplate helps you build a React Single-Page Application (SPA) directly on the edge by executing the boilerplate. Several steps are automated, from repository management to edge deployment.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/pt-br/pages/guias/guides.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ permalink: /documentacao/produtos/guias/
- [Como implantar o template Image Optimization](/pt-br/documentacao/produtos/guias/image-optimization-template/)
- [Como implantar o template Neon Database Starter Kit with Drizzle ORM](/pt-br/documentacao/produtos/guias/neon-database-with-drizzle/)
- [Como implantar o template Nuxt Content](/pt-br/documentacao/produtos/guias/nuxt-content/)
- [Como implantar o template Nuxt Notes](/pt-br/documentacao/produtos/guias/nuxt-notes/)
- [Como implantar o template Static Cache](/pt-br/documentacao/produtos/guias/static-cache-template/)
- [Como implantar o template TiDB Starter Kit with Drizzle ORM](/pt-br/documentacao/produtos/guias/tidb-with-drizzle/)
- [Como implantar o template Upstash Rate Limiting](/pt-br/documentacao/produtos/guias/upstash-rate-limiting/)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,94 @@
---
title: Como implantar o template Nuxt Notes
description: Este template contém as configurações para criar uma aplicação de anotações básica com Nuxt.
meta_tags: templates, guides, Azion Marketplace, web, nuxt
namespace: docs_guides_nuxt_notes
permalink: /documentacao/produtos/guias/nuxt-notes/
---

import Tag from 'primevue/tag';

<Tag severity="info" client:only="vue">
Preview
</Tag>

O template **Nuxt Notes** contém as configurações para criar uma aplicação básica de anotações com [Nuxt](https://nuxt.com/docs/getting-started/introduction), que armazena as notas no navegador do usuário usando [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).

A implantação deste template cria um repositório do GitHub contendo seu projeto, além de uma edge application e um domínio para facilitar seu acesso e gerenciamento através da Plataforma de Edge da Azion. Também cria uma origem [Edge Storage](/en/documentation/products/store/edge-storage/) para entregar o conteúdo a partir do edge.

Este template usa a versão `3.0.0` do Nuxt.

:::note
Este é um template da comunidade. Foi criado por desenvolvedores de terceiros ou externos e a Azion está apenas habilitando a implantação na Plataforma de Edge da Azion. A Azion não fornece manutenção ou suporte para o conteúdo em si, mas pode ajudá-lo com quaisquer dúvidas ou problemas que você possa encontrar ao implantar este template ou usar a plataforma.
:::
---

## Pré-requisitos

- Uma [conta GitHub](https://github.com/signup) para se conectar com a Azion e criar seu novo repositório.
- Cada push será implantado automaticamente nesse repositório para manter seu projeto atualizado.
- O template usa [Edge Functions](/pt-br/documentacao/produtos/build/edge-application/edge-functions/), [Application Accelerator](/pt-br/documentacao/produtos/build/edge-application/application-accelerator/), e [Edge Cache](/pt-br/documentacao/produtos/build/edge-application/edge-cache/). Isso pode gerar custos relacionados ao uso. Consulte a [página de preços](/pt-br/documentacao/produtos/precos/) para mais informações.

---

## Implante o template

Você pode obter e configurar seu template através do Azion Console. Para implantá-lo facilmente no edge, clique no botão abaixo.

<LinkButton
label="Implantar"
link="https://console.azion.com/create/nuxt-notes"
icon="ai ai-azion"
icon-pos="left"
/>

---

## Configure o template

No formulário de configuração, você deve fornecer as informações para configurar sua aplicação. Preencha os campos apresentados.

Os campos identificados com um asterisco são obrigatórios.

1. Conecte a Azion com sua conta do GitHub.
- Uma janela pop-up será aberta para confirmar a instalação do [Azion GitHub App](/pt-br/documentacao/produtos/guias/azion-github-app/), uma ferramenta que conecta sua conta do GitHub com a plataforma da Azion.
- Defina suas permissões e acesso ao repositório como desejado.
2. Selecione o **Git Scope** com o qual trabalhar.
3. Defina um nome para sua edge application.
- O bucket para armazenamento e a edge function usarão o mesmo nome.
- Use um nome único e fácil de lembrar. Se o nome já tiver sido usado, a plataforma retornará uma mensagem de erro.
4. Clique no botão **Deploy** para iniciar o processo de implantação.

Durante a implantação, você poderá acompanhar o processo através de uma janela que mostra os logs. Quando estiver completo, a página mostra informações sobre a aplicação e algumas opções para continuar sua jornada.

:::note
O link para a edge application permite que você a veja no navegador. No entanto, leva um certo tempo para propagar e configurar a aplicação nas edge locations da Azion. Pode ser necessário esperar alguns minutos para que a URL seja ativada e para que a página da aplicação seja efetivamente exibida no navegador.
:::

---

## Gerencie o template

Considerando que essa configuração inicial pode não ser ótima para sua edge application específica, todas as configurações podem ser personalizadas a qualquer momento que você precisar, usando a plataforma da Azion.

Para gerenciar e editar as configurações da sua aplicação edge, siga esses passos:

1. [Acesse o Azion Console](https://console.azion.com).
2. No canto superior esquerdo, selecione **Products Menu**, o ícone de três linhas horizontais, > **Edge Application**.
- Você será redirecionado para a página **Edge Application**. Ela lista todas as edge application que você criou.
3. Encontre a edge application relacionada ao seu template e selecione-a.
- A lista está organizada alfabeticamente. Você também pode usar a **barra de busca** localizada no canto superior esquerdo da lista; atualmente, ela filtra apenas pelo campo **Application Name**.

Depois de selecionar a aplicação edge que você trabalhará, você será direcionado para uma página contendo todas as configurações que você pode configurar.

:::tip
Leia a documentação sobre [gerenciamento de edge application](/pt-br/documentacao/produtos/build/edge-application/primeiros-passos/) para mais detalhes.
:::

### Adicione um domínio personalizado

A edge application criada durante a implantação tem um domínio Azion atribuído para torná-la acessível através do navegador. O domínio tem o seguinte formato: `xxxxxxxxxx.map.azionedge.net/`. No entanto, você pode adicionar um domínio personalizado para que os usuários acessem sua edge application através dele.

import LinkButton from 'azion-webkit/linkbutton';

<LinkButton link="/pt-br/documentacao/produtos/guias/configurar-dominio/" label="Ir para o guia de configuração de domínio" severity="secondary" />
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,19 @@ O template **Nuxt Content** contém as configurações para criar um blog ou sit
icon-pos="left"
/>

#### Nuxt Notes

O template **Nuxt Notes** contém as configurações para criar uma aplicação básica de anotações com Nuxt.

<LinkButton link="/pt-br/documentacao/produtos/guias/nuxt-notes/" label="Consulte o guia do Nuxt Notes" severity="secondary" />

<LinkButton
label="Implantar"
link="https://console.azion.com/create/nuxt-notes"
icon="ai ai-azion"
icon-pos="left"
/>

#### React Boilerplate

O **React Boilerplate** da Azion ajuda você a construir uma Single-Page Application (SPA) baseada em React diretamente no edge, executando esse boilerplate. Várias etapas são automatizadas, desde o gerenciamento de repositórios até a implantação.
Expand Down

0 comments on commit a1386a8

Please sign in to comment.