Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
npm install tailwindcss@latest @tailwindcss/vite@latest daisyui@latest
import tailwindcss from "@tailwindcss/vite"; export default defineNuxtConfig({ vite: { plugins: [tailwindcss()], }, css: ["~/assets/app.css"], });
@import "tailwindcss"; @plugin "daisyui";