{"id":20118484,"url":"https://github.com/flowfuse/forge-ui-components","last_synced_at":"2025-09-01T07:32:54.782Z","repository":{"id":37080958,"uuid":"464979162","full_name":"FlowFuse/forge-ui-components","owner":"FlowFuse","description":"Set of FlowForge-themed VueJS components that can be used in any FlowForge web applications.","archived":false,"fork":false,"pushed_at":"2025-08-12T04:50:07.000Z","size":6529,"stargazers_count":3,"open_issues_count":22,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-08-20T01:21:58.248Z","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":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FlowFuse.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":"2022-03-01T16:50:19.000Z","updated_at":"2025-03-24T17:57:50.000Z","dependencies_parsed_at":"2024-04-25T17:30:26.693Z","dependency_job_id":"e39a3d8f-24b0-4455-b58e-f3d42706b2d4","html_url":"https://github.com/FlowFuse/forge-ui-components","commit_stats":{"total_commits":286,"total_committers":12,"mean_commits":"23.833333333333332","dds":0.5979020979020979,"last_synced_commit":"89340ba5727dd8292673a33dfe61e5fd15a496db"},"previous_names":["flowfuse/forge-ui-components","flowforge/forge-ui-components"],"tags_count":32,"template":false,"template_full_name":null,"purl":"pkg:github/FlowFuse/forge-ui-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowFuse%2Fforge-ui-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowFuse%2Fforge-ui-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowFuse%2Fforge-ui-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowFuse%2Fforge-ui-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FlowFuse","download_url":"https://codeload.github.com/FlowFuse/forge-ui-components/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FlowFuse%2Fforge-ui-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273088769,"owners_count":25043559,"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-09-01T02:00:09.058Z","response_time":120,"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":"2024-11-13T19:11:04.876Z","updated_at":"2025-09-01T07:32:54.727Z","avatar_url":"https://github.com/FlowFuse.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FlowForge UI Components\n\nDetailed documentation on each of the available components (including examples) can be found here: https://flowfuse.github.io/forge-ui-components/\n\n## How to use\n\nIn order to include these Vue components into an existing VueJs project, include the following in your `main.js` file:\n\n```javascript\n// Import FlowForge UI Vue Components\nimport ForgeUIComponents from '@flowforge/forge-ui-components'\n// Import FlowForge UI Component Styling\nimport '@flowforge/forge-ui-components/dist/forge-ui-components.css'\n\ncreateApp()\n    .use(ForgeUIComponents)\n    .mount(...)\n\n```\n\n## Contributing\n\n### Build Library\n\n```bash\nnpm install\nnpm run build\n```\n\nIn order to build the project, ready for publishing and use, run the `npm run build` command. This will output three files: into `/dist`:\n\n```\n/dist/forge-ui-components.css\n/dist/forge-ui-components.js\n/dist/forge-ui-components.mjs\n```\n\n### Build Documentation\n\n```bash\nnpm run build-docs\n```\n\nThe GitHub pages documentation is built into `/dist/docs` (defined in `vue.config.js`). It is configured as a subtree of the GitHub repo on the `gh-pages` branch.\n\n\n### Running Documentation\n\n```bash\nnpm run serve\n```\n\nThe documentation should then become available at `http://localhost:8080` (or the next available port)\n\n\n## References\n\nProject structure inspired by: https://blog.logrocket.com/building-vue-3-component-library/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowfuse%2Fforge-ui-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflowfuse%2Fforge-ui-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflowfuse%2Fforge-ui-components/lists"}