1.0.4 • Published 2 years ago

nuxt-tailwindcss v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago