An open API service indexing awesome lists of open source software.

https://github.com/nuxt-themes/config

Toolkit for authoring Nuxt Themes.
https://github.com/nuxt-themes/config

Last synced: 7 months ago
JSON representation

Toolkit for authoring Nuxt Themes.

Awesome Lists containing this project

README

        

> :warning: This project has been archived in order to leverage the native [app.config](https://v3.nuxtjs.org/guide/features/app-config) feature of Nuxt 3 (see [example](https://github.com/nuxt-themes/starter/blob/main/theme/app.config.ts))

# @nuxt-themes/config

[📜 Documentation](https://nuxt-themes.netlify.app)

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`