mirror of
https://github.com/EasyTier/EasyTier.git
synced 2024-11-16 11:42:27 +08:00
19 lines
411 B
JSON
19 lines
411 B
JSON
{
|
|
"$schema": "https://shadcn-vue.com/schema.json",
|
|
"style": "new-york",
|
|
"typescript": true,
|
|
"tsConfigPath": "./tsconfig.json",
|
|
"tailwind": {
|
|
"config": "tailwind.config.ts",
|
|
"css": "src/styles/index.css",
|
|
"baseColor": "zinc",
|
|
"cssVariables": true
|
|
},
|
|
"framework": "vite",
|
|
"aliases": {
|
|
"components": "~/components",
|
|
"utils": "~/lib/utils",
|
|
"ui": "~/components/ui"
|
|
}
|
|
}
|