mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-05-02 12:29:13 -04:00
feat(pages): home page base
This commit is contained in:
parent
87cfc9c1f3
commit
202896fa95
38 changed files with 3130 additions and 775 deletions
19
packages/app/components.json
Normal file
19
packages/app/components.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"$schema": "https://shadcn-vue.com/schema.json",
|
||||
"style": "new-york",
|
||||
"typescript": true,
|
||||
"tsConfigPath": ".nuxt/tsconfig.json",
|
||||
"tailwind": {
|
||||
"config": "tailwind.config.js",
|
||||
"css": "assets/css/tailwind.css",
|
||||
"baseColor": "neutral",
|
||||
"cssVariables": true,
|
||||
"prefix": ""
|
||||
},
|
||||
"framework": "nuxt",
|
||||
"aliases": {
|
||||
"components": "@/src/modules/ui/components",
|
||||
"ui": "@/src/modules/ui/components",
|
||||
"utils": "@/src/modules/shared/style/cn"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue