{"id":15063135,"url":"https://github.com/gkshi/vue-common-components","last_synced_at":"2026-01-18T00:21:00.428Z","repository":{"id":47435311,"uuid":"270991029","full_name":"gkshi/vue-common-components","owner":"gkshi","description":"Universal basic components for your Vue.js/Nuxt.js project","archived":false,"fork":false,"pushed_at":"2021-08-31T19:52:26.000Z","size":7388,"stargazers_count":2,"open_issues_count":15,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T15:58:57.687Z","etag":null,"topics":["boilerplate","button","checkbox","component","components","input","loader","modal","nuxtjs","radio","select","tabs","template","textarea","typing-effect","vuejs"],"latest_commit_sha":null,"homepage":"https://gkshi.github.io/vue-common-components/","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gkshi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-09T12:01:58.000Z","updated_at":"2022-08-28T15:43:57.000Z","dependencies_parsed_at":"2022-08-17T14:45:48.320Z","dependency_job_id":null,"html_url":"https://github.com/gkshi/vue-common-components","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/gkshi%2Fvue-common-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkshi%2Fvue-common-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkshi%2Fvue-common-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gkshi%2Fvue-common-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gkshi","download_url":"https://codeload.github.com/gkshi/vue-common-components/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247294463,"owners_count":20915338,"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":["boilerplate","button","checkbox","component","components","input","loader","modal","nuxtjs","radio","select","tabs","template","textarea","typing-effect","vuejs"],"created_at":"2024-09-24T23:51:51.265Z","updated_at":"2026-01-18T00:21:00.398Z","avatar_url":"https://github.com/gkshi.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-common-components\n\n\u003e Global basic components for your Vue.js/Nuxt.js project\n\n[![npm version](https://img.shields.io/npm/v/vue-common-components.svg)](https://www.npmjs.org/package/vue-common-components)\n[![npm downloads](https://img.shields.io/npm/dm/vue-common-components.svg)](http://npm-stat.com/charts.html?package=vue-common-components)\n\n\u0026nbsp;  \n\nVisit [website and documentation](https://gkshi.github.io/vue-common-components/).\n\n\u0026nbsp;  \n\n## Getting started\n\n#### 1. Install the dependency.\n\n```bash\nyarn add --dev vue-common-components\n```\n\n```bash\nnpm i vue-common-components\n```\n\n#### 2. Init the plugin.\n\nIf you are using Vue.js:\n```javascript\n// main.js\nimport Vue from 'vue'\nimport VueCommonComponents from 'vue-common-components'\nVue.use(VueCommonComponents, {\n  // custom options here\n})\n```\n\nIf you are using Nuxt.js:  \nThe plugin inits automatically, you just have to add it in nuxt config:\n\n```javascript\n// nuxt.config.js\nexport default {\n  plugins: [\n    'node_modules/vue-common-components'\n  ],\n  commonComponents: {\n    // custom options here\n  }\n}\n```\n\n#### 3. Use common components everywhere in project:\n\n```vue\n// any component or page\n\u003ctemplate\u003e\n  \u003cdiv class=\"your-any-component\"\u003e\n    \u003ccommon-button\u003eButton\u003c/common-button\u003e\n  \u003c/div\u003e\n\u003c/template\u003e\n\n\u003cscript\u003e\nexport default {\n  // No need to import common components\n}\n\u003c/script\u003e\n```\n\n\u0026nbsp;  \n\nVisit [website and documentation](https://gkshi.github.io/vue-common-components/).\n\n\u0026nbsp;  \n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkshi%2Fvue-common-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgkshi%2Fvue-common-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgkshi%2Fvue-common-components/lists"}