From d4cdbb063d04efebbe7607adf6d6f83e86e326bf Mon Sep 17 00:00:00 2001 From: Khafid Prayoga Date: Tue, 26 Aug 2025 17:09:32 +0700 Subject: [PATCH] docs: add Shadcn Vue documentation link to README --- README.md | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/README.md b/README.md index 848a0a2f..694ddf34 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ RSSA - Front End - [Vue Style Guide](https://vuejs.org/style-guide) - [Nuxt Style Guide](https://nuxt.com/docs/4.x/guide) +- [Shadcn Vue @radix-ui](https://radix.shadcn-vue.com/) ## Configuration @@ -95,24 +96,3 @@ The basic git workflow follows these steps: - Example: `feat: add new feature` 4. Push your changes to `dev` 5. Create a pull request from `dev` to `main` -ini yang pakai reka tadi (kemajuan wkwkw) -{ - "$schema": "https://shadcn-vue.com/schema.json", - "style": "new-york", - "typescript": true, - "tailwind": { - "config": "", - "css": "app/assets/css/tailwind.css", - "baseColor": "neutral", - "cssVariables": true, - "prefix": "" - }, - "aliases": { - "components": "~/components/pub", - "composables": "~/composables", - "utils": "~/lib/utils", - "ui": "~/components/pub/ui", - "lib": "~/lib" - }, - "iconLibrary": "lucide" -}