Skip to content

Commit

Permalink
🔧 添加 shadcn-vue 配置文件
Browse files Browse the repository at this point in the history
  • Loading branch information
A-kirami committed Nov 30, 2024
1 parent d4528f6 commit 11c7915
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions components.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "https://shadcn-vue.com/schema.json",
"style": "default",
"typescript": true,
"tailwind": {
"config": "unocss.config.ts",
"css": "src/style/main.css",
"baseColor": "neutral",
"cssVariables": true
},
"framework": "vite",
"aliases": {
"components": "~/components",
"utils": "~/lib/utils"
}
}

0 comments on commit 11c7915

Please sign in to comment.