From 11c791566c2d7ac2da0cb14b4072d864da065736 Mon Sep 17 00:00:00 2001 From: Akirami <66513481+A-kirami@users.noreply.github.com> Date: Sat, 30 Nov 2024 22:28:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E6=B7=BB=E5=8A=A0=20shadcn-vue?= =?UTF-8?q?=20=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 components.json diff --git a/components.json b/components.json new file mode 100644 index 0000000..eb0f592 --- /dev/null +++ b/components.json @@ -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" + } +}