Skip to content

Commit bbb34e9

Browse files
committed
feat(tailwindcss): add tailwindcss module
1 parent b14b95d commit bbb34e9

File tree

3 files changed

+627
-2
lines changed

3 files changed

+627
-2
lines changed

Diff for: nuxt.config.ts

+3
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// https://nuxt.com/docs/api/configuration/nuxt-config
22
export default defineNuxtConfig({
33
devtools: { enabled: true },
4+
modules: [
5+
'@nuxtjs/tailwindcss',
6+
],
47
})

Diff for: package.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
},
1616
"devDependencies": {
1717
"@nuxt/devtools": "latest",
18+
"@nuxtjs/tailwindcss": "^6.10.1",
1819
"nuxt": "^3.8.2",
1920
"vue": "^3.3.12",
2021
"vue-router": "^4.2.5"

0 commit comments

Comments
 (0)