{"id":15287130,"url":"https://github.com/tiagodanin/nuxt-vuikit","last_synced_at":"2026-06-17T07:30:17.799Z","repository":{"id":37692391,"uuid":"182801510","full_name":"TiagoDanin/Nuxt-Vuikit","owner":"TiagoDanin","description":"Vuikit Module for Nuxt.js","archived":false,"fork":false,"pushed_at":"2024-10-09T10:45:25.000Z","size":693,"stargazers_count":4,"open_issues_count":14,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-14T18:20:11.282Z","etag":null,"topics":["nuxt","nuxt-module","nuxt-plugin","nuxtjs","uikit","uikit-components","uikit3","vue","vue-plugin","vuejs","vuejs-plugin","vuikit"],"latest_commit_sha":null,"homepage":"https://tiagodanin.github.io/Nuxt-Vuikit/","language":"JavaScript","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/TiagoDanin.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}},"created_at":"2019-04-22T14:11:22.000Z","updated_at":"2023-04-26T02:46:56.000Z","dependencies_parsed_at":"2024-01-30T00:22:39.069Z","dependency_job_id":"9e91a26f-de61-42c1-a6ec-954b1d10f435","html_url":"https://github.com/TiagoDanin/Nuxt-Vuikit","commit_stats":{"total_commits":85,"total_committers":5,"mean_commits":17.0,"dds":0.3294117647058824,"last_synced_commit":"81a5414d0d2896806d054173f1ca83b61045d0a0"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoDanin%2FNuxt-Vuikit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoDanin%2FNuxt-Vuikit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoDanin%2FNuxt-Vuikit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TiagoDanin%2FNuxt-Vuikit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TiagoDanin","download_url":"https://codeload.github.com/TiagoDanin/Nuxt-Vuikit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219847001,"owners_count":16556416,"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","nuxt-module","nuxt-plugin","nuxtjs","uikit","uikit-components","uikit3","vue","vue-plugin","vuejs","vuejs-plugin","vuikit"],"created_at":"2024-09-30T15:24:23.746Z","updated_at":"2026-06-17T07:30:17.736Z","avatar_url":"https://github.com/TiagoDanin.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nuxt Vuikit\n\n[![Travis](https://img.shields.io/travis/TiagoDanin/Nuxt-Vuikit.svg?branch=master\u0026style=flat-square)](https://travis-ci.org/TiagoDanin/Nuxt-Vuikit) [![Downloads](https://img.shields.io/npm/dt/nuxt-vuikit.svg?style=flat-square)](https://npmjs.org/package/nuxt-vuikit) [![Node](https://img.shields.io/node/v/nuxt-vuikit.svg?style=flat-square)](https://npmjs.org/package/nuxt-vuikit) [![Version](https://img.shields.io/npm/v/nuxt-vuikit.svg?style=flat-square)](https://npmjs.org/package/nuxt-vuikit) [![XO code style](https://img.shields.io/badge/code%20style-XO-red.svg?style=flat-square)](https://github.com/xojs/xo) \n\nVuikit Module for Nuxt.js\n\n\u003cp align=\"center\"\u003e\u003cimg src=\"screenshot.png\"\u003e\u003c/p\u003e\n\n## Installation\n\nModule available through the [npm registry](https://www.npmjs.com/). It can be installed using the [`npm`](https://docs.npmjs.com/getting-started/installing-npm-packages-locally) or [`yarn`](https://yarnpkg.com/en/) command line tool.\n\n```sh\n# Yarn (Recomend)\nyarn add nuxt-vuikit\n# NPM \nnpm install nuxt-vuikit --save\n```\n\n## Documentation\n\n### Setup\n\n- Add `nuxt-vuikit` to `modules` section of your `nuxt.config.js`\n\n```js\n{\n\tmodules: [\n\t\t'nuxt-vuikit'\n\t],\n\tvuikit: {\n\t\tdefaultTheme: true,\n\t\ticons: true\n\t}\n}\n```\n\n### Module options\n\n#### `defaultTheme`\nLoad UiKit3 default theme\n- Default: `true`\n- Type: `Boolean`\n\n#### `icons`\nLoad UiKit3 icons\n- Default: `true`\n- Type: `Boolean`\n\n## Tests\n\nTo run the test suite, first install the dependencies, then run `test`:\n\n```sh\n# Using Yarn\nyarn test\n```\n\n## Dependencies\n\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003ca href=\"https://ghub.io/@vuikit/icons\"\u003e@vuikit/icons\u003c/a\u003e: UIkit icons as Vue functional components\u003c/summary\u003e\n\t\u003cb\u003eAuthor\u003c/b\u003e: Miljan Aleksic\u003c/br\u003e\n\t\u003cb\u003eLicense\u003c/b\u003e: MIT\u003c/br\u003e\n\t\u003cb\u003eVersion\u003c/b\u003e: ^0.8.1\n\u003c/details\u003e\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003ca href=\"https://ghub.io/@vuikit/theme\"\u003e@vuikit/theme\u003c/a\u003e: Vuikit default theme based on UIkit\u003c/summary\u003e\n\t\u003cb\u003eAuthor\u003c/b\u003e: Miljan Aleksic\u003c/br\u003e\n\t\u003cb\u003eLicense\u003c/b\u003e: MIT\u003c/br\u003e\n\t\u003cb\u003eVersion\u003c/b\u003e: ^0.8.1\n\u003c/details\u003e\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003ca href=\"https://ghub.io/debug\"\u003edebug\u003c/a\u003e: small debugging utility\u003c/summary\u003e\n\t\u003cb\u003eAuthor\u003c/b\u003e: TJ Holowaychuk\u003c/br\u003e\n\t\u003cb\u003eLicense\u003c/b\u003e: MIT\u003c/br\u003e\n\t\u003cb\u003eVersion\u003c/b\u003e: ^4.1.1\n\u003c/details\u003e\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003ca href=\"https://ghub.io/vuikit\"\u003evuikit\u003c/a\u003e: A responsive Vue UI library for web site interfaces based on UIkit\u003c/summary\u003e\n\t\u003cb\u003eAuthor\u003c/b\u003e: Miljan Aleksic\u003c/br\u003e\n\t\u003cb\u003eLicense\u003c/b\u003e: MIT\u003c/br\u003e\n\t\u003cb\u003eVersion\u003c/b\u003e: ^0.8.10\n\u003c/details\u003e\n\n## Dev Dependencies\n\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003ca href=\"https://ghub.io/ava\"\u003eava\u003c/a\u003e: Node.js test runner that lets you develop with confidence.\u003c/summary\u003e\n\t\u003cb\u003eAuthor\u003c/b\u003e: novemberborn, sindresorhus, vdemedes\u003c/br\u003e\n\t\u003cb\u003eLicense\u003c/b\u003e: MIT\u003c/br\u003e\n\t\u003cb\u003eVersion\u003c/b\u003e: ^3.8.2\n\u003c/details\u003e\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003ca href=\"https://ghub.io/got\"\u003egot\u003c/a\u003e: Human-friendly and powerful HTTP request library for Node.js\u003c/summary\u003e\n\t\u003cb\u003eAuthor\u003c/b\u003e: sindresorhus, szmarczak\u003c/br\u003e\n\t\u003cb\u003eLicense\u003c/b\u003e: MIT\u003c/br\u003e\n\t\u003cb\u003eVersion\u003c/b\u003e: ^11.1.4\n\u003c/details\u003e\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003ca href=\"https://ghub.io/nuxt\"\u003enuxt\u003c/a\u003e: A minimalistic framework for server-rendered Vue.js applications (inspired by Next.js)\u003c/summary\u003e\n\t\u003cb\u003eAuthor\u003c/b\u003e: atinux, pi0\u003c/br\u003e\n\t\u003cb\u003eLicense\u003c/b\u003e: MIT\u003c/br\u003e\n\t\u003cb\u003eVersion\u003c/b\u003e: ^2.12.2\n\u003c/details\u003e\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003ca href=\"https://ghub.io/vue\"\u003evue\u003c/a\u003e: Reactive, component-oriented view layer for modern web interfaces.\u003c/summary\u003e\n\t\u003cb\u003eAuthor\u003c/b\u003e: Evan You\u003c/br\u003e\n\t\u003cb\u003eLicense\u003c/b\u003e: MIT\u003c/br\u003e\n\t\u003cb\u003eVersion\u003c/b\u003e: ^2.6.11\n\u003c/details\u003e\n\u003cdetails\u003e\n\t\u003csummary\u003e\u003ca href=\"https://ghub.io/xo\"\u003exo\u003c/a\u003e: JavaScript/TypeScript linter with great defaults\u003c/summary\u003e\n\t\u003cb\u003eAuthor\u003c/b\u003e: Sindre Sorhus\u003c/br\u003e\n\t\u003cb\u003eLicense\u003c/b\u003e: MIT\u003c/br\u003e\n\t\u003cb\u003eVersion\u003c/b\u003e: ^0.30.0\n\u003c/details\u003e\n\n## Contributors\n\nPull requests and stars are always welcome. For bugs and feature requests, please [create an issue](https://github.com/TiagoDanin/Nuxt-Vuikit/issues). [List of all contributors](https://github.com/TiagoDanin/Nuxt-Vuikit/graphs/contributors).\n\n## License\n\n[MIT](LICENSE) © [Tiago Danin](https://TiagoDanin.github.io)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagodanin%2Fnuxt-vuikit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftiagodanin%2Fnuxt-vuikit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftiagodanin%2Fnuxt-vuikit/lists"}