Skip to content

nuxt-modules/tailwindcss

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

* chore: update repo

* chore: update

* fix(ci): use sed to prepend in nuxt.com config

* chore: update

* chore: update

* docs: update

* chore: use ui-pro-edge
108b183

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 8, 2023 17:27
December 8, 2023 17:27
December 8, 2023 17:27
src
December 8, 2023 17:27
December 8, 2023 17:27
April 4, 2019 11:46
December 8, 2023 17:27
December 8, 2023 17:27
December 8, 2023 17:27
December 8, 2023 17:27
December 8, 2023 17:27
November 23, 2023 10:00
March 15, 2021 23:39
December 8, 2023 17:27
December 8, 2023 17:27
December 8, 2023 17:27

@nuxtjs/tailwindcss

Nuxt Tailwind

npm version npm downloads License Nuxt Tailwind CSS Volta board

Tailwind CSS module for Nuxt ⚡️

Features

📖  Read more

Quick Setup

  1. Add @nuxtjs/tailwindcss dependency to your project
# Using pnpm
pnpm add --save-dev @nuxtjs/tailwindcss

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

# Using npm
npm install --save-dev @nuxtjs/tailwindcss
  1. Add @nuxtjs/tailwindcss to the modules section of nuxt.config.{ts,js}
{
  modules: [
    '@nuxtjs/tailwindcss'
  ]
}

That's it! You can now use Tailwind classes in your Nuxt app ✨

📖  Read more

Contributing

You can contribute to this module online with CodeSandBox:

Edit @nuxtjs/tailwindcss

Or locally:

  1. Clone this repository
  2. Install dependencies using pnpm i
  3. Prepare for development using pnpm dev:prepare
  4. Start development server using pnpm dev

Docs

Nuxt UI Pro

You can run docs/ locally by using pnpm docs:dev, or to run a build:

  1. Make sure to add your Nuxt UI Pro license in the .env file before building the application.
  2. Run SSG build using pnpm docs:build
  3. Review the production build locally using pnpm docs:preview

Check out the deployment documentation for more information.

License

MIT License

Copyright (c) Nuxt Community