{"id":51099146,"url":"https://github.com/efureev/fint-ds","last_synced_at":"2026-06-24T09:03:23.992Z","repository":{"id":350038503,"uuid":"1204647517","full_name":"efureev/fint-ds","owner":"efureev","description":"Vue 3 design system package with components, styles, directives, and localization helpers","archived":false,"fork":false,"pushed_at":"2026-04-15T17:41:58.000Z","size":1253,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-15T18:28:10.053Z","etag":null,"topics":["component-library","design-system","ui","unocss","vue"],"latest_commit_sha":null,"homepage":"https://efureev.github.io/fint-ds/","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/efureev.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":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":"2026-04-08T07:42:33.000Z","updated_at":"2026-04-08T18:43:31.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/efureev/fint-ds","commit_stats":null,"previous_names":["efureev/fint-ds"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/efureev/fint-ds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efureev%2Ffint-ds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efureev%2Ffint-ds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efureev%2Ffint-ds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efureev%2Ffint-ds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/efureev","download_url":"https://codeload.github.com/efureev/fint-ds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/efureev%2Ffint-ds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34724745,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-24T02:00:07.484Z","response_time":106,"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":["component-library","design-system","ui","unocss","vue"],"created_at":"2026-06-24T09:03:23.296Z","updated_at":"2026-06-24T09:03:23.987Z","avatar_url":"https://github.com/efureev.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fint-DS (Vue 3)\n\n`@feugene/fint-ds` is a Vue 3 design-system package. Consumers install the published package and use the build artifacts from `dist`.\n\nРусская версия: [`docs/ru/installation.md`](./docs/ru/installation.md)\n\n## Documentation\n\n- [`docs/en/installation.md`](./docs/en/installation.md) — installation, UnoCSS setup, plugin registration\n- [`docs/en/styling.md`](./docs/en/styling.md) — styles, themes, CSS variables, customization\n- [`docs/en/localization.md`](./docs/en/localization.md) — built-in i18n, `vue-i18n`, `@feugene/fint-i18n`\n- [`docs/en/directives.md`](./docs/en/directives.md) — package directives\n\nRussian documentation:\n\n- [`docs/ru/installation.md`](./docs/ru/installation.md)\n- [`docs/ru/styling.md`](./docs/ru/styling.md)\n- [`docs/ru/localization.md`](./docs/ru/localization.md)\n- [`docs/ru/directives.md`](./docs/ru/directives.md)\n\n## Quick start\n\n1. Install the package:\n\n```bash\nyarn add @feugene/fint-ds\n```\n\n2. Import the package styles once in `main.ts`:\n\n```ts\nimport '@feugene/fint-ds/styles.css'\n```\n\nIf your app already uses UnoCSS, keep that setup on the app side and continue importing its reset / `virtual:uno.css` as usual.\n\n3. Apply the theme before mounting the app:\n\n```ts\nimport { initThemeEarly } from '@feugene/fint-ds'\n\ninitThemeEarly()\n```\n\n4. Register the plugin:\n\n```ts\nimport { createApp } from 'vue'\nimport FintDs from '@feugene/fint-ds'\n\ncreateApp(App)\n  .use(FintDs)\n  .mount('#app')\n```\n\nFor the full setup, see [`docs/en/installation.md`](./docs/en/installation.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefureev%2Ffint-ds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fefureev%2Ffint-ds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fefureev%2Ffint-ds/lists"}