{"id":19901332,"url":"https://github.com/lissy93/vue-checklist","last_synced_at":"2026-03-19T12:19:20.815Z","repository":{"id":61438680,"uuid":"158697514","full_name":"Lissy93/vue-checklist","owner":"Lissy93","description":"☑️ Simple vue component for showing checklists","archived":false,"fork":false,"pushed_at":"2019-05-15T18:53:07.000Z","size":927,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-11T21:13:54.037Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://vue-checklist.netlify.com/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lissy93.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-11-22T12:40:26.000Z","updated_at":"2023-09-08T17:47:31.000Z","dependencies_parsed_at":"2022-10-17T21:08:33.231Z","dependency_job_id":null,"html_url":"https://github.com/Lissy93/vue-checklist","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/Lissy93%2Fvue-checklist","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fvue-checklist/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fvue-checklist/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lissy93%2Fvue-checklist/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lissy93","download_url":"https://codeload.github.com/Lissy93/vue-checklist/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241329418,"owners_count":19944985,"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":[],"created_at":"2024-11-12T20:14:40.118Z","updated_at":"2026-03-19T12:19:20.761Z","avatar_url":"https://github.com/Lissy93.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Checklist\r\n\r\nA simple vue component for displaying checklist items\r\n\r\n\u003cp align=\"center\"\u003e\u003cimg src =\"checklist.gif\" /\u003e\u003c/p\u003e\r\n\r\n## Usage\r\n\r\n### Install\r\n\r\n`yarn add vue-checklist`\r\n\r\n### Import and Use\r\n\r\n```typescript\r\n\u003ctemplate\u003e\r\n    \u003cChecklist :theList=\"theList\" title=\"An Example Checklist\"/\u003e\r\n\u003c/template\u003e\r\n\r\n\u003cscript lang=\"ts\"\u003e\r\n\r\nimport Vue from 'vue';\r\nimport Component from 'vue-class-component';\r\nimport { Checklist } from 'vue-checklist';\r\n\r\n@Component({\r\n    components: {\r\n        Checklist,\r\n    },\r\n    data: () =\u003e {\r\n        return  {\r\n            theList: [\r\n                { name: 'item 1', description: 'Lorem ipsum dolor sit amet', checked: false },\r\n                { name: 'item 2', description: 'consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua', checked: false },\r\n                { name: 'item 3', description: 'Ut enim ad minim veniam', checked: false },\r\n            ],\r\n        };\r\n    },\r\n})\r\nexport default class ChecklistExample extends Vue {}\r\n\r\n\r\n\u003c/script\u003e\r\n```\r\n\r\n## Contributing\r\n\r\nIf you find a bug, or have a feature suggestion, then feel free to raise an issue.\r\n\r\nPull requests are always welcome, either to add a feature, or to fix or improve something.\r\n\r\nBuilding Locally:\r\n\r\n - **Clone**: `git clone https://github.com/Lissy93/vue-checklist.git \u0026\u0026 cd vue-checklist`\r\n - **Project setup**: `yarn install`\r\n - **Compiles and hot-reloads for development**: `yarn run serve`\r\n - **Compiles and minifies for production**: `yarn run build`\r\n - **Lints and fixes files**: `yarn run lint`\r\n - **Run the end-to-end tests**: `yarn run test:e2e`\r\n\r\n\r\n## The MIT License (MIT)\r\n### Copyright (c) Alicia Sykes \u003calicia@aliciasykes.com\u003e \r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy \r\nof this software and associated documentation files (the \"Software\"), to deal \r\nin the Software without restriction, including without limitation the rights \r\nto use, copy, modify, merge, publish, distribute, sub-license, and/or sell \r\ncopies of the Software, and to permit persons to whom the Software is furnished \r\nto do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included install \r\ncopies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR \r\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANT ABILITY, \r\nFITNESS FOR A PARTICULAR PURPOSE AND NON INFRINGEMENT. IN NO EVENT SHALL \r\nTHE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER \r\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, \r\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissy93%2Fvue-checklist","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flissy93%2Fvue-checklist","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flissy93%2Fvue-checklist/lists"}