https://github.com/bencodezen/nuxt-3-fundamentals-workshop
https://github.com/bencodezen/nuxt-3-fundamentals-workshop
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bencodezen/nuxt-3-fundamentals-workshop
- Owner: bencodezen
- Created: 2022-09-01T14:15:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-04T15:01:27.000Z (over 3 years ago)
- Last Synced: 2025-01-26T09:28:54.531Z (12 months ago)
- Size: 218 KB
- Stars: 9
- Watchers: 4
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.