{"id":27834482,"url":"https://github.com/lookstudios/vue-loop","last_synced_at":"2025-05-02T13:01:06.309Z","repository":{"id":95751945,"uuid":"89729942","full_name":"jsmmth/vue-loop","owner":"jsmmth","description":"Infinite content loop for Vue","archived":false,"fork":false,"pushed_at":"2018-01-09T10:15:51.000Z","size":393,"stargazers_count":814,"open_issues_count":6,"forks_count":37,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-25T15:03:48.736Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jsmmth.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-04-28T17:37:49.000Z","updated_at":"2025-02-28T03:02:38.000Z","dependencies_parsed_at":"2023-05-21T22:00:20.701Z","dependency_job_id":null,"html_url":"https://github.com/jsmmth/vue-loop","commit_stats":null,"previous_names":["jsmmth/vue-loop","lookstudios/vue-loop","josephsmith127/vue-loop"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmmth%2Fvue-loop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmmth%2Fvue-loop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmmth%2Fvue-loop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jsmmth%2Fvue-loop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jsmmth","download_url":"https://codeload.github.com/jsmmth/vue-loop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252043563,"owners_count":21685464,"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":"2025-05-02T13:00:38.213Z","updated_at":"2025-05-02T13:01:06.297Z","avatar_url":"https://github.com/jsmmth.png","language":"Vue","readme":"![cover](https://cloud.githubusercontent.com/assets/3231370/25569788/1a75e24a-2deb-11e7-8e16-88283272309b.png)\n\n# Vue Loop\nWe've had a lot of people compliment us on the infinite content loop we did over at [Look Studios](http://lookstudios.xyz). We decided to build a simple .vue file for all you vue fans to use.\n\n[Live Demo](https://cdn.rawgit.com/lookstudios/vue-loop/ea086525/Examples/public/index.html)\n[Horizontal Demo](https://cdn.rawgit.com/lookstudios/vue-loop/ea086525/Examples/public/horizontal.html)\n[Contained Demo](https://cdn.rawgit.com/lookstudios/vue-loop/ea086525/Examples/public/contained.html)\n\n## Showcase\nSites using Vue Loop 💙\n\n- [Look Studios](http://lookstudios.co)\n- [Submit your site](https://github.com/lookstudios/vue-loop/issues/new)\n\n## Installation\n`npm install vue-loop --save`\n\n### Usage \n```javascript\nimport VueLoop from 'vue-loop'\n\nnew Vue({\n    el: '#app',\n\n    components: {\n        VueLoop\n    }\n})\n```\n\n```html\n\u003cvue-loop :full=\"true\" :horizontal=\"false\"\u003e\n    \u003cdiv class=\"item\"\u003e\n        1\n    \u003c/div\u003e\n    \u003cdiv class=\"item\"\u003e\n        2\n    \u003c/div\u003e\n    \u003cdiv class=\"item\"\u003e\n        3\n    \u003c/div\u003e\n    \u003cdiv class=\"item\"\u003e\n        4\n    \u003c/div\u003e\n\u003c/vue-loop\u003e\n```\n\n## Optional Props\n| Prop          | Type          | Default       |\n| ------------- |:-------------:|:-------------:|\n| full          | Boolean       | true          |\n| horizontal    | Boolean       | false         |\n\n## Features\n- Full page content looping\n- Contained content loop\n- Horizontal \u0026 Vertical options\n\n## Support\n- [joe@lookstudios.co](mailto:joe@lookstudios.co)\n- [@lookstudiosco](http://twitter.com/lookstudiosco)\n\n## License\nMIT\n","funding_links":[],"categories":["UI组件","UI Components [🔝](#readme)","Components \u0026 Libraries","UI Components"],"sub_categories":["无限滚动","UI Components","Infinite Scroll"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flookstudios%2Fvue-loop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flookstudios%2Fvue-loop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flookstudios%2Fvue-loop/lists"}