{"id":20669663,"url":"https://github.com/fox-one/vue-scroll","last_synced_at":"2025-07-11T15:40:51.307Z","repository":{"id":42552967,"uuid":"438108680","full_name":"fox-one/vue-scroll","owner":"fox-one","description":"Based on better-scroll","archived":false,"fork":false,"pushed_at":"2023-02-04T03:55:21.000Z","size":3526,"stargazers_count":0,"open_issues_count":12,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-17T18:01:58.682Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/fox-one.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-14T03:48:24.000Z","updated_at":"2021-12-25T14:16:57.000Z","dependencies_parsed_at":"2025-01-17T13:30:44.613Z","dependency_job_id":"7406f9d4-c657-4fe5-ba87-c9e2f93faaae","html_url":"https://github.com/fox-one/vue-scroll","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fox-one/vue-scroll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fvue-scroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fvue-scroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fvue-scroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fvue-scroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fox-one","download_url":"https://codeload.github.com/fox-one/vue-scroll/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fox-one%2Fvue-scroll/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264842177,"owners_count":23671946,"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-16T20:15:26.943Z","updated_at":"2025-07-11T15:40:51.236Z","avatar_url":"https://github.com/fox-one.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# @foxone/vue-scroll\n\nEnglish | [简体中文](./README.zh-CN.md)\n\n[Demo](https://fox-one.github.io/vue-scroll/)\n\n## Quick start\n### Install\n```shell\nnpm i -S @foxone/vue-scroll\n# or\nyarn add @foxone/vue-scroll\n# or\npnpm i -S @foxone/vue-scroll\n```\n\n### Usage\n```js\nimport Vue from \"vue\";\nimport Scroll from '@foxone/vue-scroll';\nimport \"@foxone/vue-scroll/es/index.css\";\n\nVue.use(Scroll);\n```\n\n```jsx\n\u003cf-scroll\n  :data=\"data\"\n  :pulldown=\"true\"\n  :pullup=\"true\"\n  @pulldown=\"loadData(true)\"\n  @pullup=\"loadData\"\n\u003e\n  \u003csection\u003e\n    \u003cdiv v-for=\"(item, ind) in data\" :key=\"item.id || ind\"\u003e\n      {{ item.name }}\n    \u003c/div\u003e\n  \u003c/section\u003e\n\u003c/f-scroll\u003e\n```\n## Dev\nFor debugging or maintenance, you can clone the whole git repository and run the project:\n\n```shell\ngit clone --depth 1\n\nyarn \u0026\u0026 yarn dev\n```\n\n[More Detials](./DEV.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffox-one%2Fvue-scroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffox-one%2Fvue-scroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffox-one%2Fvue-scroll/lists"}