added tailwind and pwa plugin for vite

This commit is contained in:
2024-03-05 14:03:53 +01:00
parent a5f9e21655
commit faadac6e35
15 changed files with 4311 additions and 145 deletions

16
components.json Normal file
View File

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