{"id":18973701,"url":"https://github.com/64robots/vue-resize-element","last_synced_at":"2026-04-08T00:30:19.261Z","repository":{"id":96154357,"uuid":"156872214","full_name":"64robots/vue-resize-element","owner":"64robots","description":"Wrapper that allows resize element passed as slot","archived":false,"fork":false,"pushed_at":"2018-11-09T14:44:58.000Z","size":202,"stargazers_count":3,"open_issues_count":2,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-16T12:29:56.895Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/64robots.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2018-11-09T14:21:16.000Z","updated_at":"2022-08-29T02:05:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d366778-d34f-40fc-8f1f-6466da8e7f19","html_url":"https://github.com/64robots/vue-resize-element","commit_stats":{"total_commits":3,"total_committers":1,"mean_commits":3.0,"dds":0.0,"last_synced_commit":"c1500f6abc70b884ab8c23f991e8428469ac10e6"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Fvue-resize-element","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Fvue-resize-element/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Fvue-resize-element/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/64robots%2Fvue-resize-element/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/64robots","download_url":"https://codeload.github.com/64robots/vue-resize-element/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239970677,"owners_count":19727014,"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-11-08T15:12:51.852Z","updated_at":"2026-04-08T00:30:19.215Z","avatar_url":"https://github.com/64robots.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Resize Element\n\n\u003e A Wrapper that allows to resize the element passed as slot\n\n## Usage\n\n### Directly in the browser\n\nDrop the library in with a `\u003cscript\u003e` tag alongside Vue to globally install the component:\n\n```html\n\u003cdiv id=\"app\"\u003e\u003cresize-element\u003eMy Element\u003c/resize-element\u003e\u003c/div\u003e\n\n\u003cscript src=\"https://unpkg.com/vue\"\u003e\u003c/script\u003e\n\u003cscript src=\"https://unpkg.com/vue-resize-element\"\u003e\u003c/script\u003e\n\u003cscript\u003e\n  new Vue({ el: '#app' })\n\u003c/script\u003e\n```\n\n### In a module system (without Vue CLI)\n\nInstall the library with NPM:\n\n```bash\nnpm install vue-resize-element\n```\n\nThen register the library as a plugin to globally install the component:\n\n```js\nimport ResizeEmelent from 'vue-resize-element'\n\nVue.use(ResizeEmelent)\n```\n\nOr, import the component individually for local registration:\n\n```js\nimport { ResizeEmelent } from 'vue-resize-element'\n\nexport default {\n  components: { ResizeEmelent }\n}\n```\n\n### In a module system (with Vue CLI)\n\n\u003e If using Vue CLI 3 with Babel or TypeScript, it's recommended that you import the library from its `src` directory. This will minimize the size of your application by preventing duplicate or unnecessary polyfills.\n\nInstall the library with NPM:\n\n```bash\nnpm install vue-resize-element\n```\n\nThen register the library as a plugin to globally install all components:\n\n```js\nimport ResizeEmelent from 'vue-resize-element/src'\n\nVue.use(ResizeEmelent)\n```\n\nOr, import components individually for local registration:\n\n```js\nimport { ResizeEmelent } from 'vue-resize-element/src'\n\nexport default {\n  components: { ResizeEmelent }\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64robots%2Fvue-resize-element","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F64robots%2Fvue-resize-element","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F64robots%2Fvue-resize-element/lists"}