feat: Initial Nuxt UI configuration

This commit is contained in:
2026-01-13 09:01:51 -05:00
parent de126b0953
commit ca2e660c05
6 changed files with 2322 additions and 50 deletions

View File

@@ -0,0 +1 @@
shamefully-hoist=true

View File

@@ -0,0 +1,2 @@
@import "tailwindcss";
@import "@nuxt/ui";

View File

@@ -3,10 +3,23 @@ export default defineNuxtConfig({
modules: [
"@nuxt/eslint",
"@nuxt/ui",
],
components: {
dirs: [
{ path: "~/components", pathPrefix: false },
],
},
devtools: { enabled: true },
css: ["~/assets/css/_main.css"],
ui: {
colorMode: false,
},
compatibilityDate: "2026-01-01",
eslint: {
@@ -20,5 +33,4 @@ export default defineNuxtConfig({
},
},
},
});

View File

@@ -14,14 +14,17 @@
"release": "pnpm lint && changelogen --noAuthors --release --push"
},
"dependencies": {
"@nuxt/ui": "4.3.0",
"nuxt": "^4.2.2",
"tailwindcss": "^4.1.18",
"vue": "^3.5.26",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@nuxt/eslint": "^1.12.1",
"changelogen": "^0.6.2",
"eslint": "^9.39.2"
"eslint": "^9.39.2",
"typescript": "^5.9.3"
},
"changelog": {
"types": {

File diff suppressed because it is too large Load Diff