An open API service indexing awesome lists of open source software.

https://github.com/bencodezen/nuxt-3-fundamentals-workshop


https://github.com/bencodezen/nuxt-3-fundamentals-workshop

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# Nuxt 3 Fundamentals Course with Frontend Masters

Watch the full course on the [Frontend Masters website](https://frontendmasters.com/courses/nuxt).

## Prerequisites

- **Node.js*** (latest LTS version) 👉 [Download](https://nodejs.org/en/download/)
- **Visual Studio Code** 👉 [Download](https://code.visualstudio.com/)
- **Volar Extension** 👉 [Download](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)
- **Text Pastry Extension** 👉 [Download](https://marketplace.visualstudio.com/items?itemName=jkjustjoshing.vscode-text-pastry)
- **Vue DevTools** 👉 [Download](https://github.com/vuejs/devtools)

## Installation Instructions

```bash
git clone https://github.com/bencodezen/nuxt-3-fundamentals-workshop.git
cd nuxt-3-fundamentals-workshop
```

In the course, Ben uses [nuxi](https://v3.nuxtjs.org/getting-started/installation/) to scaffold out an empty Nuxt application and then walks through how to install the depenencies.