docs: add Shadcn Vue documentation link to README
This commit is contained in:
@@ -9,6 +9,7 @@ RSSA - Front End
|
|||||||
|
|
||||||
- [Vue Style Guide](https://vuejs.org/style-guide)
|
- [Vue Style Guide](https://vuejs.org/style-guide)
|
||||||
- [Nuxt Style Guide](https://nuxt.com/docs/4.x/guide)
|
- [Nuxt Style Guide](https://nuxt.com/docs/4.x/guide)
|
||||||
|
- [Shadcn Vue @radix-ui](https://radix.shadcn-vue.com/)
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@@ -95,24 +96,3 @@ The basic git workflow follows these steps:
|
|||||||
- Example: `feat: add new feature`
|
- Example: `feat: add new feature`
|
||||||
4. Push your changes to `dev`
|
4. Push your changes to `dev`
|
||||||
5. Create a pull request from `dev` to `main`
|
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"
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user