| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Note
You’re viewing the v7 branch for compatibility with Tailwind CSS 4.
For the current stable release that uses Tailwind CSS 3, see v6.
Add @nuxtjs/tailwindcss using the Nuxt CLI to your project
npx nuxi@latest module add tailwindcss# Using pnpm
pnpm add --save-dev @nuxtjs/tailwindcss
# Using yarn
yarn add --dev @nuxtjs/tailwindcss
# Using npm
npm install --save-dev @nuxtjs/tailwindcssand then to the modules section of nuxt.config.{ts,js}
export default defineNuxtConfig({
modules: [
'@nuxtjs/tailwindcss'
]
})That's it! You can now use Tailwind classes in your Nuxt app ✨
You can contribute to this module online:
..or locallyMIT - Made with 💚
| Back | FazBrowse Home | New Git URL |