A Nuxt.js package that provides custom theme management functionalities. This package aims to customize theme for your Nuxt applications.
- Global CSS for styling.
To install the package, run the following command:
npm install @shuami-dev/nuxt-app-theme
- 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"],
})