{"id":31694940,"url":"https://github.com/scbd/vue-components","last_synced_at":"2025-10-08T16:43:55.170Z","repository":{"id":317434247,"uuid":"1066645775","full_name":"scbd/vue-components","owner":"scbd","description":"A collection of reusable Vue 3 base components designed for seamless integration across Vue and Nuxt applications. Built with composition API and TypeScript support, these components provide a solid foundation for consistent UI development while maintaining flexibility and customization options.","archived":false,"fork":false,"pushed_at":"2025-09-30T20:03:59.000Z","size":45,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-30T22:09:56.586Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/scbd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-29T19:11:50.000Z","updated_at":"2025-09-29T19:11:54.000Z","dependencies_parsed_at":"2025-09-30T22:09:59.992Z","dependency_job_id":"24f688ea-85bb-4c1b-8324-3c68569ce574","html_url":"https://github.com/scbd/vue-components","commit_stats":null,"previous_names":["scbd/vue-components"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/scbd/vue-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fvue-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fvue-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fvue-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fvue-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/scbd","download_url":"https://codeload.github.com/scbd/vue-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/scbd%2Fvue-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278980793,"owners_count":26079622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-10-08T16:43:50.708Z","updated_at":"2025-10-08T16:43:55.159Z","avatar_url":"https://github.com/scbd.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-components\nA collection of reusable Vue 3 base components designed for seamless integration across Vue and Nuxt applications. Built with composition API and TypeScript support, these components provide a solid foundation for consistent UI development while maintaining flexibility and customization options.\n\n## Installation\n\nInstall libs:\n- The github project directly: `yarn add GIT_REPO_URL`\n- Coreui peer dependencies: `yarn add @coreui/coreui @coreui/icons @coreui/icons-vue @coreui/utils @coreui/vue`\n\nImport component and style:\n```\n// a-page-or-component.vue\n\nimport { DateInput } from '@scbd/vue-components'\nimport '@scbd/vue-components/style.css'\n\nconst date = '1999-12-31'\n\n...\n\n\u003cTemplate\u003e\n  \u003cDateInput v-model=\"date\" label=\"Party like it's\" /\u003e\n  ...\n```\n\n...or configure `main.ts` in a Vue project to use with auto-import:\n```\n// main.ts\n\nimport ...\nimport VueComponents from '@scbd/vue-components'\nimport '@scbd/vue-components/style.css'\n...\n\ncreateApp(App)\n  ...\n  .use(VueComponents)\n  ...\n  .mount('#app')\n```\n\n...or add a plugin in a Nuxt project to use with auto-import:\n```\n// app/plugins/scbd-vue-components.ts\n\nimport { defineNuxtPlugin } from '#app'\nimport VueComponents from '@scbd/vue-components'\nimport '@scbd/vue-components/style.css'\n\nexport default defineNuxtPlugin((nuxtApp) =\u003e {\n  nuxtApp.vueApp.use(VueComponents)\n})\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscbd%2Fvue-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscbd%2Fvue-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscbd%2Fvue-components/lists"}