-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2105bd5
commit 3c35519
Showing
33 changed files
with
4,106 additions
and
2,811 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,30 @@ | ||
// generated by unplugin-vue-components | ||
// We suggest you to commit this file into source control | ||
// Read more: https://github.com/vuejs/vue-next/pull/3399 | ||
/* eslint-disable */ | ||
// @ts-nocheck | ||
// Generated by unplugin-vue-components | ||
// Read more: https://github.com/vuejs/core/pull/3399 | ||
export {} | ||
|
||
/* prettier-ignore */ | ||
declare module 'vue' { | ||
export interface GlobalComponents { | ||
Button: typeof import('./src/components/ui/button/Button.vue')['default'] | ||
'Carbon:cafe': typeof import('~icons/carbon/cafe')['default'] | ||
'Carbon:dotMark': typeof import('~icons/carbon/dot-mark')['default'] | ||
'Carbon:language': typeof import('~icons/carbon/language')['default'] | ||
'Carbon:logo-': typeof import('~icons/carbon/logo-')['default'] | ||
'Carbon:logoGithub': typeof import('~icons/carbon/logo-github')['default'] | ||
'Carbon:logoTwitter': typeof import('~icons/carbon/logo-twitter')['default'] | ||
'Carbon:logoVue': typeof import('~icons/carbon/logo-vue')['default'] | ||
'Carbon:moon': typeof import('~icons/carbon/moon')['default'] | ||
'Carbon:sun': typeof import('~icons/carbon/sun')['default'] | ||
'Fa6Brands:golang': typeof import('~icons/fa/6-brands-golang')['default'] | ||
HelloWorld: typeof import('./src/components/HelloWorld.vue')['default'] | ||
IconCommunity: typeof import('./src/components/icons/IconCommunity.vue')['default'] | ||
IconDocumentation: typeof import('./src/components/icons/IconDocumentation.vue')['default'] | ||
IconEcosystem: typeof import('./src/components/icons/IconEcosystem.vue')['default'] | ||
IconSupport: typeof import('./src/components/icons/IconSupport.vue')['default'] | ||
IconTooling: typeof import('./src/components/icons/IconTooling.vue')['default'] | ||
'Mdi:heart': typeof import('~icons/mdi/heart')['default'] | ||
RouterLink: typeof import('vue-router')['RouterLink'] | ||
RouterView: typeof import('vue-router')['RouterView'] | ||
TheWelcome: typeof import('./src/components/TheWelcome.vue')['default'] | ||
WelcomeItem: typeof import('./src/components/WelcomeItem.vue')['default'] | ||
} | ||
} | ||
|
||
export { } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
{ | ||
"$schema": "https://shadcn-vue.com/schema.json", | ||
"style": "new-york", | ||
"typescript": true, | ||
"tsConfigPath": "./tsconfig.json", | ||
"tailwind": { | ||
"config": "tailwind.config.js", | ||
"css": "src/assets/index.css", | ||
"baseColor": "neutral", | ||
"cssVariables": true | ||
}, | ||
"framework": "vite", | ||
"aliases": { | ||
"components": "@/components", | ||
"utils": "@/lib/utils" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.