{"id":15046483,"url":"https://github.com/leslitech/lesli-vue","last_synced_at":"2026-02-11T13:31:47.350Z","repository":{"id":187968850,"uuid":"676160643","full_name":"LesliTech/lesli-vue","owner":"LesliTech","description":"Vue elements, components, composables and tools for The Lesli Framework.","archived":false,"fork":false,"pushed_at":"2024-09-25T01:43:30.000Z","size":278,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-09-27T19:41:05.876Z","etag":null,"topics":["bulma","components","lesli","ui","ui-library","vue","vue-components","vuejs"],"latest_commit_sha":null,"homepage":"https://www.lesli.dev/vue/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LesliTech.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":"2023-08-08T15:06:07.000Z","updated_at":"2024-09-25T01:43:34.000Z","dependencies_parsed_at":"2024-01-30T03:43:44.251Z","dependency_job_id":"e5b54d36-715c-4356-a257-3dff99f95ec2","html_url":"https://github.com/LesliTech/lesli-vue","commit_stats":null,"previous_names":["leslitech/lesli-vue"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2Flesli-vue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2Flesli-vue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2Flesli-vue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LesliTech%2Flesli-vue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LesliTech","download_url":"https://codeload.github.com/LesliTech/lesli-vue/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861468,"owners_count":16555994,"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":["bulma","components","lesli","ui","ui-library","vue","vue-components","vuejs"],"created_at":"2024-09-24T20:53:09.479Z","updated_at":"2025-10-27T10:31:38.377Z","avatar_url":"https://github.com/LesliTech.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"170\" alt=\"Lesli logo\" src=\"https://cdn.lesli.tech/lesli/brand/app-logo.svg\" /\u003e\n    \u003ch4 align=\"center\"\u003eVue elements, components, composables and tools for The Lesli Framework.\u003c/h4\u003e\n\u003c/p\u003e\n\n\n\u003chr/\u003e\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://badge.fury.io/js/lesli-vue\"\u003e\n        \u003cimg alt=\"npm version\" height=\"20\" src=\"https://badge.fury.io/js/lesli-vue.svg\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://sonarcloud.io/summary/new_code?id=LesliTech_lesli-vue\"\u003e\n        \u003cimg alt=\"sonar cloud\" height=\"20\" src=\"https://sonarcloud.io/api/project_badges/measure?project=LesliTech_lesli-vue\u0026metric=alert_status\" /\u003e\n    \u003c/a\u003e\n    \u003ca href=\"https://codecov.io/gh/LesliTech/lesli-vue\" \u003e \n        \u003cimg alt=\"code coverage\" height=\"20\" src=\"https://codecov.io/gh/LesliTech/lesli-vue/graph/badge.svg?token=HTDM60ZRG8\"/\u003e \n    \u003c/a\u003e\n\u003c/p\u003e\n\u003chr/\u003e\n\n\nThis library was initially developed for seamless integration with the Lesli framework. However, its versatility allows for utilization in various projects beyond Lesli. Stay tuned for the upcoming documentation.\n\n\n\u003cbr /\u003e\n\n### Quick start\n\n```shell\n# Add lesli-vue package\nnpm i lesli-vue\n```\n\n```js\n// Import the element, component or composable into your vue app\nimport { lesliButton } from \"lesli-vue/elements\"\n```\n\n```html\n\u003c!-- Simple usage --\u003e \n\u003clesli-button\u003e\n    My pretty button\n\u003c/lesli-button\u003e\n\n\u003c!-- Button with icon --\u003e \n\u003clesli-button icon=\"save\"\u003e\n    My pretty button with an icon\n\u003c/lesli-button\u003e\n```\n\n\n### Documentation\n[https://www.lesli.dev/vue/](https://www.lesli.dev/vue/)\n\n\n### Get in touch\n\n* [Website: https://www.lesli.tech](https://www.lesli.tech)\n* [Email: hello@lesli.tech](hello@lesli.tech)\n* [Twitter: @LesliTech](https://twitter.com/LesliTech)\n\n\n### License\n-------\nCopyright (c) 2023, Lesli Technologies, S. A.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation, either version 3 of the License, or\n(at your option) any later version.\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleslitech%2Flesli-vue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fleslitech%2Flesli-vue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fleslitech%2Flesli-vue/lists"}