juzraai's Nuxt Starter 🚀
This is an example / template respository which we can use to start a Nuxt 3 project with Tailwind CSS.
What's included
How to use
- Click on the "Use this template" button and select "Create a new repository"
- Clone your new repo
- Open the working copy in VS Code
- Install the extensions listed in
.vscode/extensions.json
:
- Install Node.js, Nuxt requires at least v18
- Run
npm i -g pnpm
to install PNPM for faster dependency management
- Run
pnpm i
to install dependencies
- Reload VS Code window (command palette can help you, press Ctrl+Shift+P)
- Edit the project name in
package.json
- Edit your name in
LICENSE
file
- Customize the ESLint, Prettier or VSCode configs to fit your needs
- Run
pnpm dev
and start developing your Nuxt project 🚀