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.
✅ Easy to use
✅ Atomic Design
✅ Modules Include
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