{"id":15063145,"url":"https://github.com/samk-dev/astratto-ui","last_synced_at":"2025-04-05T05:41:51.061Z","repository":{"id":172267798,"uuid":"648992004","full_name":"samk-dev/astratto-ui","owner":"samk-dev","description":"Yes, yet another UI library, built on top of UIkit 3 \u0026\u0026 it's exclusive to Nuxt.","archived":false,"fork":false,"pushed_at":"2023-09-17T21:06:44.000Z","size":9627,"stargazers_count":1,"open_issues_count":9,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T02:08:29.186Z","etag":null,"topics":["nuxt-module","nuxtjs","ui-library","uikit"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/samk-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-06-03T12:43:11.000Z","updated_at":"2023-08-13T21:58:19.000Z","dependencies_parsed_at":null,"dependency_job_id":"a7be5e71-a641-4b1d-9a4f-8e4f2096dd99","html_url":"https://github.com/samk-dev/astratto-ui","commit_stats":{"total_commits":76,"total_committers":3,"mean_commits":"25.333333333333332","dds":0.09210526315789469,"last_synced_commit":"1d3d56666c6976afc27a1bef4448f7cb7b9ffec6"},"previous_names":["samk-dev/astratto-ui"],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fastratto-ui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fastratto-ui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fastratto-ui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fastratto-ui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samk-dev","download_url":"https://codeload.github.com/samk-dev/astratto-ui/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294463,"owners_count":20915338,"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":["nuxt-module","nuxtjs","ui-library","uikit"],"created_at":"2024-09-24T23:52:14.135Z","updated_at":"2025-04-05T05:41:51.036Z","avatar_url":"https://github.com/samk-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Astratto UI\n\n⚠️ Library still under development ⚠️\n\n[![npm version][npm-version-src]][npm-version-href]\n[![npm downloads][npm-downloads-src]][npm-downloads-href]\n[![License][license-src]][license-href]\n[![Nuxt][nuxt-src]][nuxt-href]\n\nYes, yet another UI library. Built on top of UIkit 3, it's exclusive to Nuxt.\n\nIt's the successor of my old `private library with support for nuxt2`. I usually use it in clients work.\n\nNuxt 3 came out so the need for an upgrade is necessary, so why not a re-write and open it for everyone?\n\n\u003c!-- - [✨ \u0026nbsp;Release Notes](/CHANGELOG.md) --\u003e\n\n\u003c!-- - [🏀 Online playground](https://stackblitz.com/github/your-org/astratto-ui?file=playground%2Fapp.vue) --\u003e\n\u003c!-- - [📖 \u0026nbsp;Documentation](https://example.com) --\u003e\n\n## Features\n\n- Built on top of UIkit 3\n- Very light weight \u0026\u0026 elegant\n- Modular, use what only what's needed\n\n## Quick Setup\n\n1. Add `astratto-ui` dependency to your project\n\n```bash\n# Using pnpm\npnpm add -D @samk-dev/astratto-ui\n\n# Using yarn\nyarn add --dev @samk-dev/astratto-ui\n\n# Using npm\nnpm install --save-dev @samk-dev/astratto-ui\n```\n\n2. Add `@samk-dev/astratto-ui` to the `modules` section of `nuxt.config.ts`\n\n```js\nexport default defineNuxtConfig({\n  modules: ['@samk-dev/astratto-ui']\n})\n```\n\nThat's it! You can now use Astratto UI in your Nuxt app ✨\n\n## Development\n\nClone the repository and initialize submodules\n\n```bash\ngit clone --recursive https://github.com/samk-dev/astratto-ui\n```\n\nthen\n\n```bash\n# Install dependencies\npnpm install\n\n# Generate type stubs\npnpm run dev:prepare\n\n# Develop with the playground\npnpm run dev\n\n# Build the playground\npnpm run dev:build\n\n# Run ESLint\npnpm run lint\n\n# Run Vitest\npnpm run test\npnpm run test:watch\n\n# Release new version\npnpm run release\n```\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/astratto-ui/latest.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-version-href]: https://npmjs.com/package/astratto-ui\n[npm-downloads-src]: https://img.shields.io/npm/dm/astratto-ui.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-downloads-href]: https://npmjs.com/package/astratto-ui\n[license-src]: https://img.shields.io/npm/l/astratto-ui.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[license-href]: https://npmjs.com/package/astratto-ui\n[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamk-dev%2Fastratto-ui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamk-dev%2Fastratto-ui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamk-dev%2Fastratto-ui/lists"}