1.0.2 • Published 5 months ago
@shuami-dev/nuxt-app-theme v1.0.2
Nuxt Custom App Theme
A Nuxt.js package that provides custom theme management functionalities. This package aims to customize theme for your Nuxt applications.
Features
- Global CSS for styling.
Installation
To install the package, run the following command:
npm install @shuami-dev/nuxt-app-theme
Usage
- Add to Nuxt Config\ In your nuxt.config.ts, add the package to your CSS array:
export default defineNuxtConfig({
css: ["@shuami-dev/nuxt-app-theme/style.css"],
})