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.
- Host: GitHub
- URL: https://github.com/nuxt-themes/config
- Owner: nuxt-themes
- License: mit
- Archived: true
- Created: 2022-06-23T17:50:41.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T20:13:37.000Z (almost 3 years ago)
- Last Synced: 2024-11-14T03:48:32.736Z (8 months ago)
- Language: TypeScript
- Homepage:
- Size: 1.27 MB
- Stars: 28
- Watchers: 4
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
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`