a Nuxt 3 starter template with a lot of useful features, integrated with Mei Nuxt 3 UI inspried by Nuxt 3 UI. Easy use and implemented in Nuxt Layer, you can extend this template with zero config.
NOTES
- This Project using "pnpm" or "bun" as package manager. Feel free to use your favorite package manager.
- 📚 Nuxt Layer Support
- 💨 Built-in Tailwind CSS v3
- 🔔 Built-in Nuxt Icon
- 🛹 State & Store Management (Pinia)
- 📦 Vue Composition Collection (Vueuse)
- 🌙 Theme Manager (Color Mode)
- Configurable Theme (Easy to change)
- Primary Colors, etc
- Full Customizable
- Nuxt Layer Support
- Adding Pinia
- Auto import "defineStore" as "definePiniaStore"
- Auto import folder "stores"
- Eslint (No use Prettier)
- 🌙 Theme Switcher (light, dark, system)
- 🇻🇳 Language Switcher
- Develop extra Mei Nuxt 3 UI Components
To use Nuxt Starter Template
you can direct clone..
you can direct to clone this repository
- clone this repository
git clone https://github.com/toantranmei/nuxt3-starter-template
- install dependencies
bun install
- run development server
bun --bun dev