@jcsj/daisyui-nuxt
TypeScript icon, indicating that this package has built-in type declarations

0.0.8 • Public • Published

daisyUI nuxt

  • Never repeat yourself again in integrating daisyui in your nuxt project

npm version npm downloads License Nuxt

A Nuxt module for daisyUI for doing amazing things.

Features

  • daisyUI integration

Quick Setup

Install the module to your Nuxt application:

npx nuxi module add @jcsj/daisyui-nuxt @nuxtjs/tailwindcss
npm add daisyui

That's it! You can now use daisyUI nuxt in your Nuxt app ✨

Why two commands?

  • It let's you use your daisyui & tailwindcss version w/o waiting for a new release of this.
  • Including those two here actually fails 1. I discovered that Nuxt's installModule does not "add" @nuxtjs/tailwindcss 2. `requiring` daisyui does not work outside of the playground

Contribution

Local development
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

Readme

Keywords

none

Package Sidebar

Install

npm i @jcsj/daisyui-nuxt

Weekly Downloads

7

Version

0.0.8

License

MIT

Unpacked Size

7.43 kB

Total Files

10

Last publish

Collaborators

  • jcsj