{"id":17727816,"url":"https://github.com/samk-dev/nuxt-uikit","last_synced_at":"2025-10-30T06:32:25.556Z","repository":{"id":170104022,"uuid":"646168484","full_name":"samk-dev/nuxt-uikit","owner":"samk-dev","description":"Nuxt module. Integrates UIkit Framework into Nuxt","archived":false,"fork":false,"pushed_at":"2024-01-08T00:43:40.000Z","size":1540,"stargazers_count":7,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-27T02:08:29.270Z","etag":null,"topics":["nuxt-module","nuxtjs","typescript","uikit3"],"latest_commit_sha":null,"homepage":"https://nuxt-uikit.astratto.dev","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":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2023-05-27T14:02:38.000Z","updated_at":"2024-09-24T22:11:33.000Z","dependencies_parsed_at":"2023-06-28T14:32:28.839Z","dependency_job_id":"cf7636a4-a3f1-4301-82ae-f1074521933c","html_url":"https://github.com/samk-dev/nuxt-uikit","commit_stats":{"total_commits":86,"total_committers":2,"mean_commits":43.0,"dds":0.05813953488372092,"last_synced_commit":"59df854dbd4ace6fb7ac241ff39eb5a228a8c19d"},"previous_names":["samk-dev/nuxt-uikit3"],"tags_count":12,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fnuxt-uikit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fnuxt-uikit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fnuxt-uikit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/samk-dev%2Fnuxt-uikit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/samk-dev","download_url":"https://codeload.github.com/samk-dev/nuxt-uikit/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246620594,"owners_count":20806800,"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","typescript","uikit3"],"created_at":"2024-10-25T18:22:37.905Z","updated_at":"2025-10-30T06:32:25.459Z","avatar_url":"https://github.com/samk-dev.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt Uikit 3 Module\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[![UIkit][uikit-src]][uikit-href]\n\nUIkit is a lightweight and modular front-end framework for developing fast and powerful web interfaces\n\nNuxt compatibility: `^3.0.0` Bridge: `false`\n\n[![nuxt-uikit-screenshot.jpg](https://i.postimg.cc/hvgjzgHP/nuxt-uikit-screenshot.jpg)](https://postimg.cc/N9JYZhsW)\n\n[📖 \u0026nbsp;Documentation](https://nuxt-uikit.astratto.dev)\n\n[📖 UIkit Docs](https://getuikit.com/docs/introduction)\n\n[📖 Nuxt Docs](https://nuxt.com/docs/getting-started/introduction)\n\n[✨ \u0026nbsp;Release Notes](/nuxt-uikit3/CHANGELOG.md)\n\n[🏀 Online playground](https://stackblitz.com/edit/nuxt-uikit3-example?file=app.vue)\n\n## Features\n\n- Zero cofig, just plug \u0026\u0026 play\n- Customize UIkit default theme with scss/less\n- Share scss/less variables \u0026\u0026 mixins everywhere\n- Use all UIKit JS components without writing any JS\n- Access UIkit JS components api with `useUIkit3` composable\n- Use UIKit default icons pack\n- UIkit documentation in Nuxt Devtools\n\n## Quick Setup\n\nAdd `@samk-dev/nuxt-uikit3` dependency to your project\n\n```bash\n# Using npm\nnpm install --save-dev @samk-dev/nuxt-uikit3\n\n# Using pnpm\npnpm add -D @samk-dev/nuxt-uikit3\n\n# Using yarn\nyarn add --dev @samk-dev/nuxt-uikit3\n```\n\nAdd `@samk-dev/nuxt-uikit3` to the `modules` section of `nuxt.config.ts`\n\n```ts\nexport default defineNuxtConfig({\n  modules: ['@samk-dev/nuxt-uikit3']\n})\n```\n\nThat's it! You can now use Nuxt Uikit 3 in your Nuxt app ✨\n\nFor additional configuration please refer to module [docs](https://nuxt-uikit.astratto.dev)\n\n## Development\n\n```bash\n# stub\npnpm uikit:dev:prep\n# dev\npnpm uikit:dev\n# docs dev\npnpm docs:dev\n```\n\n![Alt](https://repobeats.axiom.co/api/embed/466ce9e1cb6c5ff2ae8fffd303de5a9359225e74.svg \"Repobeats analytics image\")\n\n\u003c!-- Badges --\u003e\n\n[npm-version-src]: https://img.shields.io/npm/v/@samk-dev/nuxt-uikit3/latest.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-version-href]: https://npmjs.com/package/@samk-dev/nuxt-uikit3\n[npm-downloads-src]: https://img.shields.io/npm/dm/@samk-dev/nuxt-uikit3.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[npm-downloads-href]: https://npmjs.com/package/@samk-dev/nuxt-uikit3\n[license-src]: https://img.shields.io/npm/l/@samk-dev/nuxt-uikit3.svg?style=flat\u0026colorA=18181B\u0026colorB=28CF8D\n[license-href]: https://npmjs.com/package/@samk-dev/nuxt-uikit3\n[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js\n[nuxt-href]: https://nuxt.com\n[uikit-href]: https://getuikit.com\n[uikit-src]: https://img.shields.io/badge/UIkit-1E87F0?style=plastic\u0026logo=uikit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamk-dev%2Fnuxt-uikit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsamk-dev%2Fnuxt-uikit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsamk-dev%2Fnuxt-uikit/lists"}