{"id":13540794,"url":"https://github.com/livewire/vue","last_synced_at":"2026-01-14T15:37:24.897Z","repository":{"id":42927925,"uuid":"241690091","full_name":"livewire/vue","owner":"livewire","description":"A plugin to add support for using Vue components within Livewire.","archived":true,"fork":false,"pushed_at":"2024-01-22T01:07:21.000Z","size":28,"stargazers_count":199,"open_issues_count":13,"forks_count":17,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-09-27T05:39:57.388Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":false,"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/livewire.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":"2020-02-19T18:11:30.000Z","updated_at":"2025-09-14T21:47:07.000Z","dependencies_parsed_at":"2023-02-04T07:01:57.092Z","dependency_job_id":null,"html_url":"https://github.com/livewire/vue","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/livewire/vue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livewire%2Fvue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livewire%2Fvue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livewire%2Fvue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livewire%2Fvue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/livewire","download_url":"https://codeload.github.com/livewire/vue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/livewire%2Fvue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28424374,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T13:30:50.153Z","status":"ssl_error","status_checked_at":"2026-01-14T13:29:08.907Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-08-01T10:00:32.990Z","updated_at":"2026-01-14T15:37:24.873Z","avatar_url":"https://github.com/livewire.png","language":"JavaScript","funding_links":[],"categories":["Packages / Plugins"],"sub_categories":[],"readme":"# Livewire VueJS Support Plugin\n\nIf you are using VueJS AND Livewire on the same page, this plugin is required.\n\nAdditionally, it allows you to use Vue components within your Livewire components.\n\n## Livewire Version Support\nLivewire Version | Vue Plugin Version\n--- | ---\n1.x | 0.2.x\n2.x | 0.3.x\n\n## Installation\n### CDN\nInclude the CDN asset after `@livewireScripts` or  `\u003clivewire:scripts\u003e` in your app's HTML:\n\n```html\n    ...\n    @livewireScripts\n    \u003cscript src=\"https://cdn.jsdelivr.net/gh/livewire/vue@v0.3.x/dist/livewire-vue.js\"\u003e\u003c/script\u003e\n\u003c/body\u003e\n```\n\n### NPM\nInstall the package from NPM.\n```\nnpm install livewire-vue --save-dev\n```\n\nImport the package in your bundle:\n```\nimport 'livewire-vue'\n// Or.\nrequire('livewire-vue')\n```\n\n### App.js\nPlease make sure you load vue in a way required for this plugin to work as expected.\n```js\nimport Vue from 'vue'\nimport 'livewire-vue'\n\nwindow.Vue = Vue //this is important! Do not use require('vue')\n\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivewire%2Fvue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flivewire%2Fvue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flivewire%2Fvue/lists"}