1.0.2 • Published 5 months ago

@shuami-dev/nuxt-app-theme v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

  1. 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"],
})
1.0.2

5 months ago

1.0.1

5 months ago