1.0.3 • Published 5 months ago

@shuami-dev/nuxt-i18n-theme v1.0.3

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

Nuxt i18n and Theme

A Nuxt.js package that provides localization (i18n), and theme management functionalities. This package aims to simplify the implementation of multilingual support and dynamic them mode in your Nuxt applications.

Features

  • Session management using sessionStorage.
  • Localization support with dynamic language fetching.
  • Theme management for light and dark modes.
  • Includes global CSS for styling.
  • Share application Id (e.g: event id, project id etc)
  • Share other optional parameter (e.g: optional id)

Installation

To install the package, run the following command:

npm install @shuami-dev/nuxt-i18n-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-i18n-theme/style.css"],
})
1.0.3

5 months ago

1.0.2

5 months ago

1.0.1

6 months ago