initial post-installation commit

This commit is contained in:
padreug 2025-01-30 13:26:56 +01:00
commit a44ee45a38
20 changed files with 2676 additions and 0 deletions

18
components.json Normal file
View file

@ -0,0 +1,18 @@
{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "default",
"typescript": true,
"tsConfigPath": "./tsconfig.json",
"tailwind": {
"config": "tailwind.config.js",
"css": "src/assets/index.css",
"baseColor": "slate",
"cssVariables": true,
"prefix": ""
},
"framework": "vite",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils"
}
}