{"id":14973716,"url":"https://github.com/spikef/v-props","last_synced_at":"2025-10-27T02:31:24.369Z","repository":{"id":57389758,"uuid":"82136437","full_name":"Spikef/v-props","owner":"Spikef","description":"Vue directive for inheriting all defined props from parent component.","archived":false,"fork":false,"pushed_at":"2017-02-21T03:16:34.000Z","size":5,"stargazers_count":11,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-10-11T09:02:53.650Z","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/Spikef.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}},"created_at":"2017-02-16T03:49:17.000Z","updated_at":"2018-06-20T17:12:39.000Z","dependencies_parsed_at":"2022-09-09T22:03:58.313Z","dependency_job_id":null,"html_url":"https://github.com/Spikef/v-props","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/Spikef%2Fv-props","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikef%2Fv-props/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikef%2Fv-props/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Spikef%2Fv-props/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Spikef","download_url":"https://codeload.github.com/Spikef/v-props/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":219861946,"owners_count":16555980,"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-09-24T13:49:17.671Z","updated_at":"2025-10-27T02:31:19.078Z","avatar_url":"https://github.com/Spikef.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# v-props\n\nVue directive for inheriting all defined props from parent component.\n\n## Install\n\n```bash\n$ npm install v-props --save\n```\n\n## Usage\n\n### Based on webpack\n\n```javascript\nimport vProps from 'v-props';\nVue.use(vProps)\n```\n\n```html\n\u003cparent-component\u003e\n    \u003cchild-component v-props\u003e\u003c/child-component\u003e\n    \u003cchild-component v-props.once\u003e\u003c/child-component\u003e\n    \u003cchild-component v-props.sync\u003e\u003c/child-component\u003e\n\u003c/parent-component\u003e\n```\n\n### Normal script\n\n```html\n\u003cscript src=\"vue.js\"\u003e\u003c/script\u003e\n\u003cscript src=\"v-props/index.js\"\u003e\u003c/script\u003e\n```\n\n## License\n\nMIT","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspikef%2Fv-props","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fspikef%2Fv-props","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fspikef%2Fv-props/lists"}