Skip to content
/ nuxt-starter Public template

⚡️ Nuxt Starter, Include Tailwind CSS, Nuxt Color Mode, Icon, and PWA

Notifications You must be signed in to change notification settings

adydetra/nuxt-starter

Repository files navigation

Nuxt Starter ⚡️

Nuxt

This Nuxt 3 Starter is a robust foundation for web development projects. It provides a wide array of features and modules to streamline your development process. Whether you're a beginner or an experienced developer, this starter kit offers a user-friendly experience, a modular architecture, and an organized folder structure to enhance your workflow.

Pros

✅ Easy to use
✅ Atomic Design
✅ Modules Include

Module Included:

Get Started

Clone repository

git clone https://github.com/adydetra/nuxt-starter.git
cd nuxt-starter

Install package manager

pnpm install

Note

if not using pnpm just delete pnpm-lock.yaml, and switch to another package manager like:

# npm install
# yarn install
# bun install