🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis β†’
Socket
Book a DemoInstallSign in
Socket

@nuxtjs/tailwindcss

Package Overview
Dependencies
Maintainers
7
Versions
229
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/tailwindcss

Tailwind CSS module for Nuxt

Source
npmnpm
Version
7.0.0-beta.1
Version published
Weekly downloads
281K
8.19%
Maintainers
7
Weekly downloads
Β 
Created
Source

@nuxtjs/tailwindcss

Nuxt Tailwind

npm version npm downloads License Nuxt Tailwind CSS

Enable Tailwind CSS for Nuxt ⚑️

πŸ“– Β Documentation | ▢️ Play online | ✨ Β Release Notes

Features

  • πŸ‘ŒΒ  Zero configuration to start
  • πŸ“¦Β  Extendable by Nuxt modules using hooks

Quick Setup

Add @nuxtjs/tailwindcss using the Nuxt CLI to your project

npx nuxi@latest module add tailwindcss
..or install using your dependency manager
# Using pnpm
pnpm add --save-dev @nuxtjs/tailwindcss

# Using yarn
yarn add --dev @nuxtjs/tailwindcss

# Using npm
npm install --save-dev @nuxtjs/tailwindcss

and 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 ✨

Contributing

You can contribute to this module online:

Edit @nuxtjs/tailwindcss in CodeSandbox Edit @nuxtjs/tailwindcss in Codeflow

..or locally
  • Clone this repository
  • Install dependencies using pnpm i
  • Prepare for development using pnpm dev:prepare
  • Start development server using pnpm dev

License

MIT - Made with πŸ’š

FAQs

Package last updated on 03 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts