Skip to content

Commit

Permalink
feat(tailwindcss): add tailwindcss module
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Dec 23, 2023
1 parent b14b95d commit bbb34e9
Show file tree
Hide file tree
Showing 3 changed files with 627 additions and 2 deletions.
3 changes: 3 additions & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: true },
modules: [
'@nuxtjs/tailwindcss',
],
})
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
},
"devDependencies": {
"@nuxt/devtools": "latest",
"@nuxtjs/tailwindcss": "^6.10.1",
"nuxt": "^3.8.2",
"vue": "^3.3.12",
"vue-router": "^4.2.5"
Expand Down
Loading

0 comments on commit bbb34e9

Please sign in to comment.