1.0.4 • Published 3 years ago

nuxt-tailwindcss v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Fast setup for tailwindcss using Nuxt 3

Just install the layer and start using tailwindcss with Nuxt 3.

Install

Make sure to install the dependencies:

npm install @nuxtjs/tailwindcss nuxt-tailwindcss

nuxt.config.ts

defineNuxtConfig({
  extends: [
    'nuxt-tailwindcss'
  ],
  modules: [
    '@nuxtjs/tailwindcss'
  ]
})
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago