{"id":22490543,"url":"https://github.com/KnowsCount/vue-lib","last_synced_at":"2025-08-02T22:33:12.651Z","repository":{"id":52552144,"uuid":"359459875","full_name":"KnowsCount/vue-lib","owner":"KnowsCount","description":"💝 fun vue component library for my own use.","archived":false,"fork":false,"pushed_at":"2021-04-26T10:36:59.000Z","size":396,"stargazers_count":9,"open_issues_count":12,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-20T09:48:25.511Z","etag":null,"topics":["codepen","component","component-library","lib","library","vue","vuejs","vuejs2"],"latest_commit_sha":null,"homepage":"https://csb-rr7eq-knowscount.vercel.app","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"wtfpl","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KnowsCount.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-04-19T12:57:10.000Z","updated_at":"2021-06-13T11:01:54.000Z","dependencies_parsed_at":"2022-08-30T01:50:28.896Z","dependency_job_id":null,"html_url":"https://github.com/KnowsCount/vue-lib","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/KnowsCount%2Fvue-lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnowsCount%2Fvue-lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnowsCount%2Fvue-lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KnowsCount%2Fvue-lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KnowsCount","download_url":"https://codeload.github.com/KnowsCount/vue-lib/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228501315,"owners_count":17930230,"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":["codepen","component","component-library","lib","library","vue","vuejs","vuejs2"],"created_at":"2024-12-06T17:22:19.677Z","updated_at":"2024-12-06T17:25:17.002Z","avatar_url":"https://github.com/KnowsCount.png","language":"Vue","readme":"\u003c!--\n * @Date: 21/04/2021 07.23.51 +0800\n * @Author: KnowsCount\n * @LastEditTime: 24/04/2021 15.09.35 +0800\n * @FilePath: /vue-lib/README.md\n--\u003e\n\n\u003c!-- prettier-ignore --\u003e\n\u003cimg src=\"src/assets/logo.png\" align=\"right\" width=\"128\" height=\"128\" /\u003e\n\n# @knowscount/vue-lib\n\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/2e38e2e648a24e7c8ec77f37e9342365)](https://app.codacy.com/gh/KnowsCount/vue-lib?utm_source=github.com\u0026utm_medium=referral\u0026utm_content=KnowsCount/vue-lib\u0026utm_campaign=Badge_Grade_Settings)\n\n\u003e vue component library containing fun stuff.\n\n## 📌 to-dos\n\nmarked in [issues](https://github.com/KnowsCount/vue-lib/issues).\n\n## 🤤 usage\n\nsee [#3](https://github.com/KnowsCount/vue-lib/issues/3).\n\nto install the library, run\n\n```\nnpm install --save @knowscount/vue-lib\n```\n\nyou can choose to import the entire library, or use a slightly different syntax to import individual components:\n\n\u003c!-- prettier-ignore-start --\u003e\n\n```vue.js\n// Import and register entire library\nimport VueLib from '@knowscount/vue-lib';\nVue.use(VueLib);\n```\n\n```vue.js\n// Import and register globally individual components from the library\nimport { FooComponent, FooComponent2 } from '@knowscount/vue-lib';\nVue.component('FooComponent', FooComponent);\nVue.component('FooComponent2', FooComponent2);\n```\n\n```vue.js\n// Import and register locally individual components from the library\nimport { FooComponent, FooComponent2 } from '@knowscount/vue-lib';\n\nexport default {\n  name: 'SomeParentComponent',\n  components: {\n    FooComponent,\n    FooComponent2,\n  }\n  ...\n}\n```\n\n\u003c!-- prettier-ignore-end --\u003e\n\n## 🙋‍♂️ contributing\n\nplease read [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n### 🛠 project setup\n\n```\nnpm install\n```\n\n### 🔨 compiles and hot-reloads for development\n\n```\nnpm run serve\n```\n\n### 📦 compiles and minifies for production\n\n```\nnpm run build\n```\n\n### 🔧 customize configuration\n\nsee [configuration reference](https://cli.vuejs.org/config/).\n","funding_links":[],"categories":["Vue"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKnowsCount%2Fvue-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FKnowsCount%2Fvue-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FKnowsCount%2Fvue-lib/lists"}