We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b14b95d commit bbb34e9Copy full SHA for bbb34e9
nuxt.config.ts
@@ -1,4 +1,7 @@
1
// https://nuxt.com/docs/api/configuration/nuxt-config
2
export default defineNuxtConfig({
3
devtools: { enabled: true },
4
+ modules: [
5
+ '@nuxtjs/tailwindcss',
6
+ ],
7
})
package.json
@@ -15,6 +15,7 @@
15
},
16
"devDependencies": {
17
"@nuxt/devtools": "latest",
18
+ "@nuxtjs/tailwindcss": "^6.10.1",
19
"nuxt": "^3.8.2",
20
"vue": "^3.3.12",
21
"vue-router": "^4.2.5"
0 commit comments