⚠️ This project has been archived in order to leverage the native app.config feature of Nuxt 3 (see example)
Toolkit for authoring Nuxt Themes.
- ✨ Lets you create a theme from any Nuxt project
- 📦 Handles
theme.config.ts
file - 🎨 Offers
useTheme
and$theme
typed APIs - 👨🎨 Offers
meta
object to watermark your themes
- Clone repository
- Install dependencies using
yarn install
- Try playground using
yarn dev