@nuxt-themes/config-edge
v0.0.1-27687966.36116a1
Published
Toolkit for authoring Nuxt Themes
Downloads
43
Readme
@nuxt-themes/config
Toolkit for authoring Nuxt Themes.
Features
- ✨ 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
Development
- Clone repository
- Install dependencies using
yarn install
- Try playground using
yarn dev