{"id":19011916,"url":"https://github.com/3squared/forgeui-3","last_synced_at":"2025-04-22T23:28:22.496Z","repository":{"id":199728667,"uuid":"700752435","full_name":"3Squared/ForgeUI-3","owner":"3Squared","description":"A Vue 3 component library which combines a variety of packages to create a one stop shop for UI.","archived":false,"fork":false,"pushed_at":"2025-04-16T21:54:42.000Z","size":72932,"stargazers_count":4,"open_issues_count":7,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-04-16T23:01:59.885Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://3squared.github.io/ForgeUI-3/","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/3Squared.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2023-10-05T08:19:17.000Z","updated_at":"2025-04-16T21:54:44.000Z","dependencies_parsed_at":"2023-12-18T13:25:15.197Z","dependency_job_id":"76d95977-2fc5-4c00-9285-393c32e0c46c","html_url":"https://github.com/3Squared/ForgeUI-3","commit_stats":null,"previous_names":["3squared/forgeui-3"],"tags_count":93,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3Squared%2FForgeUI-3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3Squared%2FForgeUI-3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3Squared%2FForgeUI-3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/3Squared%2FForgeUI-3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/3Squared","download_url":"https://codeload.github.com/3Squared/ForgeUI-3/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250339535,"owners_count":21414374,"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","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-08T19:16:06.571Z","updated_at":"2025-04-22T23:28:22.477Z","avatar_url":"https://github.com/3Squared.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Forge-UI 3\n\nForgeUI\nis designed to be a wrapper around different libraries that provide a consistent UI style. It is comprised of many different packages, as well as custom components, that have been combined to create a one-stop shop for UI.\n\nIt is primarily built upon [PrimeVue](https://primevue.org/) and provides reusable UI components, an interactive playground, and a well-structured documentation system to streamline development.\n\nThe Forge-UI component library is built with a monorepo structure using Turbo. There are four projects within the monorepo:\n```\nForgeUI-3/\n├── packages/\n│   ├── ui/          # Main UI components library\n│   ├── eslint-config-custom/   # Shared ESLint configuration\n│   ├── playground/  # Interactive playground for components\n├── apps/\n│   ├── docs/        # Documentation \u0026 styleguide\n├── turbo.json       # Turbo configuration\n└── package.json     # Root package.json\n|__ rennovate.json   # Rennovate config\n```\n## Installation\n\n### Getting Started with Turbo\n[Turbo](https://turbo.build/repo/docs) helps manage and optimize the monorepo structure efficiently. To get started with Turbo in Forge:\n\n#### (Optional) Install turbo\n\nIf you want to install turbo you can do this globally, otherwise it will just be installed with `npm i`:\n\n```sh\nnpm install -g turbo\n```\n\n### Running Turbo Commands\n\n##### Running All Builds\n\n```sh\nturbo run build\n```\n\n##### Running a Specific Package\nTo build a specific package, use:\n```sh\nturbo run build --filter ui\n```\n\n##### Running the Development Server\n```sh\nturbo run dev\n```\n\n##### Clearing the Cache\nTo clear Turbo's cache, use:\n```sh\nturbo prune --force\n```\n\n### Running Forge Locally\nClone the repository and install the dependencies:\n```sh\nnpm i\n```\n\nDo an initial build of all the packages\n(you may want to do this whenever you pull a new branch, particularly if there are changes to multiple projects): \n```sh\nturbo build\n```\n\n#### Running the styleguide(docs):\nRunning this should serve the docs with localhost:\n```sh\ncd apps/docs\nnpm run dev\n```\n\nIf you have errors with this it could be because you have not built another package.\n\n#### Building the UI\n```sh\ncd packages/ui\nnpm run build\n```\n\nIf you are working a on a component and don't want to keep building this every time you make a change, \nyou can run build watch:\n```sh\ncd packages/ui\nnpm run build:watch\n```\n\n#### Running UI tests:\nRun these within the ui project.\n\n\nThis will run the full suite of test which include both the cypress tests and vitest tests.\n```sh\nnpm run tests\n```\n\nIf you want to run individual cypress tests for debugging or add news one use this:\n```sh\nnpm run test:component\n```\n\n\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3squared%2Fforgeui-3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F3squared%2Fforgeui-3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F3squared%2Fforgeui-3/lists"}