{"id":19568321,"url":"https://github.com/vuelessjs/vueless-module-nuxt","last_synced_at":"2026-02-24T09:26:24.216Z","repository":{"id":257726549,"uuid":"854165556","full_name":"vuelessjs/vueless-module-nuxt","owner":"vuelessjs","description":"Nuxt Styleless UI Component Library, powered by Tailwind CSS 💚","archived":false,"fork":false,"pushed_at":"2025-04-01T15:13:44.000Z","size":2972,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-01T15:23:36.376Z","etag":null,"topics":["a11y","design-system","headlessui","nuxt","nuxt-ui","nuxt3","nuxtjs","nuxtui","styleless","tailwindcss","ui-components","ui-library","vite","vue","vue-components","vue-datepicker","vue-library","vue-select","vue-table","vue3"],"latest_commit_sha":null,"homepage":"https://vueless.com","language":"Vue","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/vuelessjs.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":"2024-09-08T14:51:41.000Z","updated_at":"2025-03-13T14:13:06.000Z","dependencies_parsed_at":"2024-09-18T09:42:50.873Z","dependency_job_id":"0b6d47f7-fa2a-4049-8bb3-b78a770e77e0","html_url":"https://github.com/vuelessjs/vueless-module-nuxt","commit_stats":null,"previous_names":["vuelessjs/vueless-module-nuxt"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuelessjs%2Fvueless-module-nuxt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuelessjs%2Fvueless-module-nuxt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuelessjs%2Fvueless-module-nuxt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vuelessjs%2Fvueless-module-nuxt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vuelessjs","download_url":"https://codeload.github.com/vuelessjs/vueless-module-nuxt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251080744,"owners_count":21533142,"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":["a11y","design-system","headlessui","nuxt","nuxt-ui","nuxt3","nuxtjs","nuxtui","styleless","tailwindcss","ui-components","ui-library","vite","vue","vue-components","vue-datepicker","vue-library","vue-select","vue-table","vue3"],"created_at":"2024-11-11T06:03:30.853Z","updated_at":"2026-01-06T11:18:21.893Z","avatar_url":"https://github.com/vuelessjs.png","language":"Vue","readme":"![vueless-cover.png](playground/assets/images/vueless-cover.png)\n\n# Vueless Nuxt Module\n\n[Vueless UI](https://github.com/vuelessjs/vueless) – a UI library with Open Architecture for Vue.js 3 and Nuxt.js 3 / 4, powered by [Storybook v10](https://storybook.js.org) and [Tailwind CSS v4](https://tailwindcss.com).\n\n**With Vueless UI, you’re free to:**\n- 🪄️ Customize any component\n- 📋 Copy and extend existing ones\n- 🧱 Build your own from scratch\n- 📕 Document it all seamlessly in Storybook\n\n[Documentation](https://docs.vueless.com/) | [UI Components](https://ui.vueless.com/) | [Theme Customizer](https://my.vueless.com/theme) | [About](http://vueless.com/)\n\n### Key features\n\n- 🧩 65+ crafted UI components (including range date picker, multi-select, and nested table)\n- ✨ Open Architecture lets you customize, copy, extend, and create your own components\n- 📕 Built-in Storybook support\n- 🪩 Theme Builder for runtime theme customization\n- 🌈 Beautiful default UI theme\n- 🌀 Unstyled mode\n- 🌗 Light and dark mode\n- 🧬 Design tokens powered by CSS variables\n- ⚙️ Server-side rendering (SSR)\n- 🌍 Internationalization (i18n)\n- ♿️ Accessibility (a11y)\n- 🖼️ Inline SVG icons\n- 🪄 Auto component imports (as you use them)\n- 🧿 Uncompiled source in npm for better DX\n- 🧪️ 1300+ unit tests ensuring consistent logic\n- 🛡️ Full TypeScript support with type safety\n\n## Built-In Storybook\n\nNo setup, no hacks — just a fully functional Storybook preset ready to test your Vueless UI design system out of the box.\n\n[Demo](https://ui.vueless.com) | [Package](https://www.npmjs.com/package/@vueless/storybook) | [Docs](https://docs.vueless.com/installation/storybook)\n\n![storybook.png](playground/assets/images/storybook.png)\n\n## Theme Builder\n\nCustomize colors, rounding, and typography at runtime, generate full palettes, and export a ready-to-use theme to your project.\n\n[Try Vueless UI Theme Builder](https://my.vueless.com/theme) 🚀\n\n![theme-builder.png](playground/assets/images/theme-builder.png)\n\n## Quick Start\n\n1. Install Vueless Nuxt module.\n\n```bash\nnpm install @vueless/nuxt\nnpx vueless init\n```\n\n2. Register `@vueless/nuxt` into the Nuxt config modules section.\n```javascript\nexport default defineNuxtConfig({\n  modules: [\n    '@vueless/nuxt'\n  ],\n  ...\n})\n```\n\n3. Import Tailwind CSS and Vueless at the top of the main CSS file.\n\n```scss\n@import \"tailwindcss\";\n@import \"vueless\";\n```\n\n## Contributing\n\n* We encourage you to contribute to Vueless! Please check out the\n  [contributing to Vueless](CONTRIBUTING.md) for guidelines.\n* Trying to report a possible security vulnerability in Vueless? Please\n  check out our [security policy](SECURITY.md) for guidelines.\n* Everyone interacting in Vueless and its sub-projects' codebases, issue trackers, chats, and mailing lists is expected to follow our [code of conduct](CODE_OF_CONDUCT.md) rules.\n\n## License\n\nVueless is released under the [MIT License](https://opensource.org/licenses/MIT).\n\n---\nFrom Ukrainians to a Peaceful World 🇺🇦\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuelessjs%2Fvueless-module-nuxt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvuelessjs%2Fvueless-module-nuxt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuelessjs%2Fvueless-module-nuxt/lists"}