{"id":42712827,"url":"https://github.com/bimdata/bcf-components","last_synced_at":"2026-01-29T15:13:15.393Z","repository":{"id":38532922,"uuid":"479421311","full_name":"bimdata/bcf-components","owner":"bimdata","description":"A Vue component library to build BCF management UI.","archived":false,"fork":false,"pushed_at":"2026-01-22T14:55:39.000Z","size":1545,"stargazers_count":0,"open_issues_count":0,"forks_count":3,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-23T06:10:53.059Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bimdata.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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":"2022-04-08T14:24:42.000Z","updated_at":"2026-01-22T14:56:35.000Z","dependencies_parsed_at":"2023-10-24T14:29:44.977Z","dependency_job_id":"9fc228b0-bcf6-4e79-81c4-5184bb51e76d","html_url":"https://github.com/bimdata/bcf-components","commit_stats":null,"previous_names":[],"tags_count":183,"template":false,"template_full_name":null,"purl":"pkg:github/bimdata/bcf-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimdata%2Fbcf-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimdata%2Fbcf-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimdata%2Fbcf-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimdata%2Fbcf-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bimdata","download_url":"https://codeload.github.com/bimdata/bcf-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimdata%2Fbcf-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28880017,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-29T10:31:27.438Z","status":"ssl_error","status_checked_at":"2026-01-29T10:31:01.017Z","response_time":59,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":"2026-01-29T15:13:14.820Z","updated_at":"2026-01-29T15:13:15.388Z","avatar_url":"https://github.com/bimdata.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003eBIMData BCF components library\u003c/h1\u003e\n\nA set of Vue components to manage BCF and build BCF related features into your app.\n\nMade with :heart: by [BIMData.io](https://bimdata.io/).\n\n## Usage\n\nInstall:\n```bash\nnpm install @bimdata/bcf-components\n```\n\n### Vue 3.x application\n\n\u003e **Note:** The library is built for Vue 3.x applications, it is no longer intended\n\u003e to work with older version of Vue.\n\nThe package provide a Vue plugin that can be used to setup the library for your app\nand make all components available globally.\n\n```js\nimport { createApp } from \"vue\";\nimport { createI18n } from \"vue-i18n\"; // v9.x\nimport { makeBIMDataApiClient } from \"@bimdata/typescript-fetch-api-client\"; // v8.2+\nimport DesignSystem from \"@bimdata/design-system/vue3-plugin.js\"; // v2+\nimport BIMDataComponents from \"@bimdata/components/vue3-plugin.js\"; // v1+\n\n// Import Vue 3 plugin factory\nimport BcfComponents from \"@bimdata/bcf-components/vue3-plugin.js\";\n\n// Instanciate i18n plugin\nconst i18nPlugin = createI18n({ ... });\n// Instanciate BIMData API client\nconst apiClient = makeBIMDataApiClient({ ... });\n\nconst app = createApp()\n  .use(i18nPlugin)\n  .use(DesignSystem())\n  .use(BIMDataComponents())\n  // Provide both i18n plugin and API client as plugin config\n  .use(BcfComponents({ i18nPlugin, apiClient }));\n...\n```\n\nIt is also possible to provide your own translations for i18n by removing\n`i18nPlugin` from plugin config and adding translation keys from\n[`src/i18n/lang/fr.js`](./src/i18n/lang/fr.json) to the translation files of your app.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbimdata%2Fbcf-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbimdata%2Fbcf-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbimdata%2Fbcf-components/lists"}