- Never repeat yourself again in integrating daisyui in your nuxt project
A Nuxt module for daisyUI for doing amazing things.
- daisyUI integration
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 ✨
- 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
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