feat(components): 添加 shadcn-vue 组件配置文件及配套组件库 #96

This commit is contained in:
log1997
2025-12-10 17:54:33 +08:00
parent bc015f84b0
commit 9dece20aa8
21 changed files with 724 additions and 31 deletions

21
components.json Normal file
View File

@@ -0,0 +1,21 @@
{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "new-york",
"typescript": true,
"tailwind": {
"config": "",
"css": "src/style.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"composables": "@/composables"
},
"registries": {}
}