Nuxt Module

The Nuxt module provides an easy way to use Vunix with Nuxt.js. This module inject Vunix components, composables and more with Nuxt.js, making it simple to create beautiful and responsive applications.

Installation

Please follow the steps from the installation guide

Dark Mode

The Nuxt module also provides support for dark mode. By default the dark mode is enabled using the default media mode of tailwind.

You can disable it or use specific selectors.

nuxt.config.ts
vunix: {
darkMode: false /*or*/ ['class', '[data-mode="dark"]']
}
Table of Contents