From 5c261d0836c2c5219518260e91b2d9123f27da05 Mon Sep 17 00:00:00 2001 From: AmauriBlanco Date: Wed, 4 Dec 2024 17:46:38 -0300 Subject: [PATCH] README --- README.md | 109 +++++++++++++++++------------------------------------- 1 file changed, 34 insertions(+), 75 deletions(-) diff --git a/README.md b/README.md index 25b5821..7e11f10 100644 --- a/README.md +++ b/README.md @@ -1,75 +1,34 @@ -# Nuxt Minimal Starter - -Look at the [Nuxt documentation](https://nuxt.com/docs/getting-started/introduction) to learn more. - -## Setup - -Make sure to install dependencies: - -```bash -# npm -npm install - -# pnpm -pnpm install - -# yarn -yarn install - -# bun -bun install -``` - -## Development Server - -Start the development server on `http://localhost:3000`: - -```bash -# npm -npm run dev - -# pnpm -pnpm dev - -# yarn -yarn dev - -# bun -bun run dev -``` - -## Production - -Build the application for production: - -```bash -# npm -npm run build - -# pnpm -pnpm build - -# yarn -yarn build - -# bun -bun run build -``` - -Locally preview production build: - -```bash -# npm -npm run preview - -# pnpm -pnpm preview - -# yarn -yarn preview - -# bun -bun run preview -``` - -Check out the [deployment documentation](https://nuxt.com/docs/getting-started/deployment) for more information. +# Treinaweb: curso "Nuxt - Fundamentos". + +Repositório com o código produzido durante o curso "Nuxt - Fundamentos". + +**Ferramentas utilizadas no curso** + +- Vscode +- NuxtJs +- Tailwind +- Pinia + +**Lista de commits** + + +Aula | Video | Commit | Link +------ | ------ | ------ | ------ +Aula 1 | 3 | 1-3 Configuração do ambiente de desenvolvimento | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/d4016631632084f51473f862cd7b2de9426201a2.zip) +Aula 1 | 5 | 1-5 Executando o servidor de desenvolvimento e conhecendo o Nuxt devTools | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/f37ea7a95d6ff5fc323dc76c968fa39b4df37d4f.zip) +Aula 2 | 1 | 2-1 Introdução ao sistema de rotas do Nuxt | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/cda387a5b66b3c8c725ac1019946b9e0cb18ecd9.zip) +Aula 2 | 2 | 2-2 Criando outras rotas | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/43896b115ec649b4870635c83a6ae6a7f737427f.zip) +Aula 2 | 4 | 2-4 Link entre páginas | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/4d99ec354c570255e9dc4240b5a338716940976a.zip) +Aula 2 | 5 | 2-5 Roteamento dinâmico | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/f79f21ef5b3c1e9224942fe2c7986ef54017a019.zip) +Aula 2 | 6 | 2-6 Páginas de erro | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/02dad2138611ba7ad1b6f3c729f02707e5a9c682.zip) +Aula 3 | 1 | 3-1 Criando layouts de páginas | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/aae0e2e6a29b89326d0e858e8cb26d13ea4e1a77.zip) +Aula 3 | 2 | 3-2 Layout personalizado | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/fe451a01e863c05e9903d7278dc4d45aab244d7d.zip) +Aula 3 | 3 | 3-3 Criando e importando componentes no Nuxt | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/254729b5f905fed8274c22d3f1cfef1b8c563756.zip) +Aula 3 | 4 | 3-4 Usando slots em componentes | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/cc167950fb4693f56955cc24dd6579fe92f80fca.zip) +Aula 4 | 2 | 4-2 Utilização dos modulos instalando tailwind | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/05d5081d62c3220339a6042762cc4d5a9241634d.zip) +Aula 4 | 3 | 4-3 Adicionando Font family | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/7d854dfcc72862860a803a144fb69c6ef3def849.zip) +Aula 4 | 4 | 4-4 Trabalhando com biblioteca de icones | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/9f37b14424b06812a3f602d36ae17c8b30bac786.zip) +Aula 5 | 2 | 5-2 Configurando pinia | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/6ac5f717eb9a6769a5b378730feb61d62867fedd.zip) +Aula 5 | 3 | 5-3 Criando uma Store | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/3e891b4f3aa992aa8b70d9a72b086caf191eea74.zip) +Aula 5 | 4 | 5-4 Utilizando a stores em páginas diferentes | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/0a7cb84682cb9577ce8d8cec32e8b1f86aee2594.zip) +Aula 5 | 5 | 5-5 Entendendo os getters | [Download](https://github.com/treinaweb/nuxt-fundamentos/archive/1ea038ddb13cadb5c43b9b6907b3a37de39168ae.zip)