@shuami-dev/nuxt-app-theme
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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

Package Sidebar

Install

npm i @shuami-dev/nuxt-app-theme

Weekly Downloads

4

Version

1.0.2

License

MIT

Unpacked Size

5.31 kB

Total Files

9

Last publish

Collaborators

  • shuami