{"id":35207385,"url":"https://github.com/bimdata/design-system","last_synced_at":"2026-02-18T11:16:04.929Z","repository":{"id":37093936,"uuid":"226892827","full_name":"bimdata/design-system","owner":"bimdata","description":"BIMData.io Design System for Vue.js","archived":false,"fork":false,"pushed_at":"2026-02-10T09:24:59.000Z","size":10984,"stargazers_count":7,"open_issues_count":6,"forks_count":5,"subscribers_count":3,"default_branch":"develop","last_synced_at":"2026-02-10T15:20:20.425Z","etag":null,"topics":["design-system","vuejs"],"latest_commit_sha":null,"homepage":"https://design.bimdata.io/","language":"Vue","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/bimdata.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2019-12-09T14:37:15.000Z","updated_at":"2026-02-10T09:23:50.000Z","dependencies_parsed_at":"2023-02-16T05:45:37.906Z","dependency_job_id":"14439b98-f056-49c3-be1f-fc40e21acf21","html_url":"https://github.com/bimdata/design-system","commit_stats":null,"previous_names":[],"tags_count":308,"template":false,"template_full_name":null,"purl":"pkg:github/bimdata/design-system","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimdata%2Fdesign-system","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimdata%2Fdesign-system/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimdata%2Fdesign-system/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimdata%2Fdesign-system/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bimdata","download_url":"https://codeload.github.com/bimdata/design-system/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bimdata%2Fdesign-system/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29577027,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: 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":["design-system","vuejs"],"created_at":"2025-12-29T15:25:00.297Z","updated_at":"2026-02-18T11:16:04.903Z","avatar_url":"https://github.com/bimdata.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BIMData Design System\n\n\u003e BIMData's Design System is an open-source DS. The documentation is available here: [design.bimdata.io](https://design.bimdata.io/)\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"./design-system.png\" alt=\"BIMData Design System\" /\u003e\n\u003c/p\u003e\n\n## Used by\n\n- [BIMData Viewer](https://www.npmjs.com/package/@bimdata/viewer)\n- [BIMData Viewer SDK](https://github.com/bimdata/bimdata-viewer-sdk)\n- [BIMData Marketplace](https://marketplace.bimdata.io/)\n- [BIMData Platform](https://platform.bimdata.io)\n\n## :runner: Getting started\n\n```\nnpm i @bimdata/design-system\n```\n\n## :raising_hand: Compatibility\n\nBIMData Design System is a library compatible with Vue 3.\n\n## :open_hands: Contributing\n\nWe are always on the lookout for contributors to help us fix bugs, create new features, or help us improve project documentation. If you are interested, feel free to create a [PR](https://github.com/bimdata/design-system/pulls) or open a [discussion](https://github.com/bimdata/design-system/discussions) on this topic.\n\n## Project setup\n\nIf you want to dev on the design system, follow these instruction:\n\n```\nnpm install\n\n### Compiles and hot-reloads for development\nnpm run dev\n\n### Run your tests\nnpm run test\n```\n\n## :package: Publish / :rocket: Deploy\n\n### Publish new version\n\nTo publish \u0026 deploy a new design-system version checkout to `develop` branch then:\n\n```\n./deploy.sh\n```\n\n`deploy.sh` is an helper to deploy a new released version on master.\n\nThe script take care of all the tricky things for you so you should always use it for deployment unless you have to perform\na specific action (like bumping an old release version).\nIf you do need to perform such action, please refer to the next section.\n\n### Semantic release\n\nThis repo use semantic-release for tag management and deployment.\n\nIt is possible to automatically publish a new npm package from the semantics of a commit message.\nThe keywords are `MAJOR`, to publish a major version (X.0.0), `MINOR`, to publish a minor version (1.X.0), and `PATCH`, to publish a fix (1.0.X).\n\nThey must correspond to the following syntax:\n\n```\n/(MAJOR|MINOR|PATCH): .*/\n```\n\nExample :\n\n```bash\ngit commit -m \"MINOR: explain the new feature to deploy\"\n```\n\nThe branches on which it is possible to publish are the following:\n\n| Branches      |       Git tag       | NPM version               |   Env   |\n| ------------- | :-----------------: | ------------------------- | :-----: |\n| develop       | 1.3.0-beta.1 **\\*** | 1.0.3-beta.1\u003cbr\u003etag: next | staging |\n| release/X.X.x |        1.1.6        | 1.1.6\u003cbr\u003etag: 1.1.x       |         |\n| master        |        1.2.8        | 1.2.8\u003cbr\u003etag: latest      |  prod   |\n\n**\\*** The `develop` branch will only release `beta.x` in succession until the release candidate or a higher version has been deployed to `master`.\n\nFor Merging this branches together, and to avoid any unexpected behavior, use `--no-ff` git merge option.\nAfter deploying a new latest tag with master branch, merge master into develop to update `package.json` and `CHANGELOG.md`.\n\n## License\n\nBIMData Design System is published under the term of MIT License (see [LICENSE](./LICENSE)).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbimdata%2Fdesign-system","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbimdata%2Fdesign-system","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbimdata%2Fdesign-system/lists"}