{"id":21441111,"url":"https://github.com/weichiachang/vue-github-corners","last_synced_at":"2026-02-27T01:31:04.601Z","repository":{"id":72022829,"uuid":"104310227","full_name":"WeiChiaChang/vue-github-corners","owner":"WeiChiaChang","description":"A simple binding wrapper for github-corners in Vue 2","archived":false,"fork":false,"pushed_at":"2017-09-21T15:01:39.000Z","size":1098,"stargazers_count":9,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-14T16:02:21.506Z","etag":null,"topics":["github-corners","vue","vue2","vuejs2"],"latest_commit_sha":null,"homepage":"https://git.io/v5jH6","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/WeiChiaChang.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":"2017-09-21T06:30:38.000Z","updated_at":"2023-09-01T18:04:44.000Z","dependencies_parsed_at":null,"dependency_job_id":"933a4c01-0901-4952-97d7-cce1e7a57cc9","html_url":"https://github.com/WeiChiaChang/vue-github-corners","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"892fb2c0578698030e6aa0c40fda116e2c5dbf2d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeiChiaChang%2Fvue-github-corners","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeiChiaChang%2Fvue-github-corners/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeiChiaChang%2Fvue-github-corners/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WeiChiaChang%2Fvue-github-corners/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WeiChiaChang","download_url":"https://codeload.github.com/WeiChiaChang/vue-github-corners/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225769460,"owners_count":17521258,"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":["github-corners","vue","vue2","vuejs2"],"created_at":"2024-11-23T01:20:47.905Z","updated_at":"2026-02-27T01:31:04.529Z","avatar_url":"https://github.com/WeiChiaChang.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue2-github-corners\n\n[![vue2](https://img.shields.io/badge/vue-2.x-brightgreen.svg)](https://vuejs.org/)\n\nA simple binding wrapper for [github-corners](https://github.com/tholman/github-corners) in Vue2\n\n\u003cp align=\"center\"\u003e\n  \u003ca target=\"_blank\" href=\"https://github.com/WeiChiaChang/vue-github-corners\"\u003e\n    \u003cimg alt=\"vue2-github-corners\" src=\"https://i.imgur.com/yW06MbJ.gif\"\u003e\n  \u003c/a\u003e\n\u003c/p\u003e\n\n## Demo\n\n[Show me the code, or demo it](https://git.io/v5jH6)\n\n## Installation\n\n```\nnpm install --save vue2-github-corners\n```\n\n## Usage\n\nFor standalone version\n\n```javascript\n\u003cscript src=\"/dist/vue-github-corners.browser.js\"\u003e\u003c/script\u003e\n```\n\nFor vue-cli user\n\n```javascript\nimport { VueGithubCorners } from 'vue2-github-corners'\n\nVue.component('VueGithubCorners', VueGithubCorners)\n\n```\n\n## Sample\n\n```javascript\n\u003ctemplate\u003e\n  \u003cdiv id=\"app\"\u003e\n    \u003cVueGithubCorners :repoUrl=\"repoUrl\" :catColor=\"catColor\" :bgColor=\"bgColor\"\u003e\u003c/VueGithubCorners\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\nexport default {\n  ...\n  data () {\n    return {\n      // Replace repoUrl, catColor, bgColor setting as you want.\n      // If default is what you like, just don't use related key-value pair and ignore it.\n      repoUrl: \"https://github.com/weichiachang/vue-github-corners\",\n      catColor: \"#ffffff\",\n      bgColor: \"#151513\",\n    }\n  }\n}\n```\n\n---\n\n## License\n\n[MIT](http://opensource.org/licenses/MIT) © [WeiChiaChang](https://github.com/WeiChiaChang)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweichiachang%2Fvue-github-corners","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweichiachang%2Fvue-github-corners","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweichiachang%2Fvue-github-corners/lists"}