{"id":13559242,"url":"https://github.com/YvesCoding/vuepress-theme-vuescroll","last_synced_at":"2025-04-03T14:31:39.730Z","repository":{"id":65817649,"uuid":"147991640","full_name":"YvesCoding/vuepress-theme-vuescroll","owner":"YvesCoding","description":"A vuepress theme that you can use leverage vuescroll.","archived":false,"fork":false,"pushed_at":"2023-02-12T02:12:34.000Z","size":207,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-04-26T12:42:07.249Z","etag":null,"topics":["vuepress-theme","vuescroll"],"latest_commit_sha":null,"homepage":"https://vuescrolljs.yvescoding.org/","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/YvesCoding.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}},"created_at":"2018-09-09T04:03:27.000Z","updated_at":"2023-04-11T15:23:59.000Z","dependencies_parsed_at":"2023-06-14T17:30:47.982Z","dependency_job_id":null,"html_url":"https://github.com/YvesCoding/vuepress-theme-vuescroll","commit_stats":null,"previous_names":["yvescoding/vuepress-theme-vuepress"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvesCoding%2Fvuepress-theme-vuescroll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvesCoding%2Fvuepress-theme-vuescroll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvesCoding%2Fvuepress-theme-vuescroll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YvesCoding%2Fvuepress-theme-vuescroll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YvesCoding","download_url":"https://codeload.github.com/YvesCoding/vuepress-theme-vuescroll/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247018498,"owners_count":20870011,"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":["vuepress-theme","vuescroll"],"created_at":"2024-08-01T12:05:26.942Z","updated_at":"2025-04-03T14:31:39.378Z","avatar_url":"https://github.com/YvesCoding.png","language":"Vue","funding_links":[],"categories":["Vue","others"],"sub_categories":[],"readme":"## Introduction\n\n\u003e vuepress-theme-vuescroll is a [`vuepress`](https://github.com/vuejs/vuepress) theme `plugin` that allow you customize scrollbars by [`vuescroll`](https://github.com/YvesCoding/vuescroll) in Vuepress.\n\n## Who use this plugin ?\n\n- [vuescroll offical website](http://vuescrolljs.yvescoding.org/)\n\n- More... Welcome to tell me !\n\n## Usage\n\n1. Installation\n\n```bash\n  npm i vuepress-theme-vuescroll -S\n```\n\n2. Config.js\n\nTo use a theme from an npm dependency, provide a theme option in .vuepress/config.js:\n\n```javascript\nmodule.exports = {\n  theme: 'vuescroll'\n};\n```\n\n3. Create an `enhanceApp.js` in your `.vuepress` folder and write such code:\n\n```javascript\n// enhanceApp.js\n\nimport { registry } from 'vuepress-theme-vuescroll';\n\nexport default ({ Vue, router, store }) =\u003e {\n  // Your  options of most outside vuescroll.\n  let ops = {\n    bar: {\n      background: '#3eaf7c'\n    },\n    rail: {\n      gutterOfEnds: '60px'\n    },\n    scrollPanel: {\n      scrollingX: false\n    }\n  };\n  // THe version you would like to use.\n  // default: vuescroll(mix)\n  // options: slide, native\n  const mode = 'native';\n  // Tell vuescroll your option.\n  registry(ops, mode);\n};\n```\n\n4. That's all, you can use vuescroll in your own App!\n\n## Current Vuepress Version\n\n### 0.14.2\n\n## License\n\n### MIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYvesCoding%2Fvuepress-theme-vuescroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FYvesCoding%2Fvuepress-theme-vuescroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FYvesCoding%2Fvuepress-theme-vuescroll/lists"}