- 📚 Nuxt Layer Support
- 💨 Tailwind CSS v3
- ✨ Headless UI
- 🔔 Nuxt Icon
- 🛹 State & Store Management (Pinia)
- 📦 Vue Composition Collection (Vueuse)
- 🪝 Built-in Awesome Component & Layout
- 🌙 Theme Manager (Color Mode)
- Configurable Theme (Easy to change)
- Primary Colors
- Font
- clone this repository
git clone https://github.com/levinhtuyen/myblog
- install dependencies
yarn install
- run development server
yarn dev
- run build server
yarn build