{"id":21252087,"url":"https://github.com/leoglme/vuelix","last_synced_at":"2026-05-13T20:33:42.497Z","repository":{"id":65519576,"uuid":"426334926","full_name":"Leoglme/vuelix","owner":"Leoglme","description":"Vuelix is the Vue js UI library / Framework Components.","archived":false,"fork":false,"pushed_at":"2021-11-20T20:18:33.000Z","size":12176,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-21T21:06:18.183Z","etag":null,"topics":["component-library","doc","nuxt-content","ui","vue"],"latest_commit_sha":null,"homepage":"https://www.vuelix.com","language":"SCSS","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/Leoglme.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}},"created_at":"2021-11-09T18:05:58.000Z","updated_at":"2021-11-20T20:18:35.000Z","dependencies_parsed_at":"2023-01-27T02:16:05.986Z","dependency_job_id":null,"html_url":"https://github.com/Leoglme/vuelix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2Fvuelix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2Fvuelix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2Fvuelix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Leoglme%2Fvuelix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Leoglme","download_url":"https://codeload.github.com/Leoglme/vuelix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243690089,"owners_count":20331725,"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":["component-library","doc","nuxt-content","ui","vue"],"created_at":"2024-11-21T03:46:09.513Z","updated_at":"2026-05-13T20:33:42.456Z","avatar_url":"https://github.com/Leoglme.png","language":"SCSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://vuelix.com/\" rel=\"noopener\" target=\"_blank\"\u003e\u003cimg width=\"150\" src=\"https://raw.githubusercontent.com/leoglme/vuelix/master/docs/.vuepress/public/png/vuelix.png\" alt=\"Vuelix logo\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eVuelix\u003c/h1\u003e\n\n\u003cdiv align=\"center\"\u003e\nQuickly build beautiful \u003ca href=\"https://vuejs.org/\" style=\"color: #41B883\"\u003eVue\u003c/a\u003e apps. Vuex is a simple and customizable component library to build faster, \nbeautiful, and more accessible Vue applications. Follow your own design system.\n\u003chr/\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003ca href=\"https://travis-ci.org/lusaxweb/vuelix\"\u003e\n    \u003cimg src=\"https://img.shields.io/travis/leoglme/vuelix.svg\" alt=\"travis ci badge\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/vuelix\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/dt/vuelix.svg\" alt=\"Downloads\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/vuelix\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/vuelix.svg\" alt=\"Version\"\u003e\n  \u003c/a\u003e\n  \u003ca href=\"https://www.npmjs.com/package/vuelix\"\u003e\u003cimg src=\"https://img.shields.io/npm/l/vuelix.svg\" /\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\u003ca href=\"https://vuelix.com/\" rel=\"noopener\" target=\"_blank\"\u003e\n\u003cimg width=\"90%\" src=\"https://cdn.dribbble.com/users/1979461/screenshots/6017458/media/7e287af3b7456b821bc27f6c15898bad.gif\" alt=\"vuelix\" /\u003e\n\u003c/a\u003e\n\n\u003c/div\u003e\n\n## Installation\n\nMUI is available as an [npm package](https://www.npmjs.com/package/vuelix).\n\n```sh\n// with npm\nnpm install vuelix\n\n// with yarn\nyarn add vuelix\n```\n\n## Links\n\n- 📘 [Documentation](https://vuelix.com/)\n\n## Usage\n\nHere is a quick example to get you started, **it's all you need**:\n\n```vue\n\n\u003ctemplate\u003e\n  \u003cvx-button\u003eHello World\u003c/vx-button\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nimport {vxButton} from 'vuelix';\n\nexport default {\n  components: {vxButton}\n}\n\u003c/script\u003e\n```\n\n## Browser Support\n\nRecent versions of **Firefox**, **Chrome**, **Edge**, **Opera** and **Safari**. **IE11+**\n\n### All components\n\n```javascript\nimport Vue from 'vue'\nimport Vuelix from 'vuelix'\n\nimport 'vuelix/dist/vuelix.css'\n\nVue.use(Vuelix)\n```\n\n### Or use individual components:\n\n```javascript\nimport Vue from 'vue'\nimport {vxButton, vxIcon} from 'vuelix'\nimport 'vuelix/dist/vuelix.css'\n\nVue.use(vxButton)\nVue.use(vxIcon)\n```\n\n## Components\n\n- [Icons](https://vuelix.com/components/icon.html)\n\n## Author\n\nThis library was created and is supported by [Dibodev](http://dibodev.com/)\n\n## License\n\n[MIT](https://raw.githubusercontent.com/leoglme/vuelix/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoglme%2Fvuelix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleoglme%2Fvuelix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleoglme%2Fvuelix/lists"}