{"id":14964293,"url":"https://github.com/tawk/tawk-messenger-vue-2","last_synced_at":"2025-10-25T04:31:19.906Z","repository":{"id":38209406,"uuid":"423830020","full_name":"tawk/tawk-messenger-vue-2","owner":"tawk","description":"Official Vue 2 plugin for Tawk messenger","archived":false,"fork":false,"pushed_at":"2025-06-12T13:15:19.000Z","size":1391,"stargazers_count":10,"open_issues_count":3,"forks_count":4,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-10-14T21:12:17.920Z","etag":null,"topics":["nuxt","nuxt-plugin","nuxt-tawk","tawk","tawkto","vue","vue-plugin","vue-tawk","vue2","vue2-tawk","vuejs"],"latest_commit_sha":null,"homepage":"https://tawk.to","language":"JavaScript","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/tawk.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2021-11-02T12:12:08.000Z","updated_at":"2025-06-12T13:15:20.000Z","dependencies_parsed_at":"2025-06-12T14:23:43.448Z","dependency_job_id":"824091f0-0e9b-4660-bc66-323903ed9cd9","html_url":"https://github.com/tawk/tawk-messenger-vue-2","commit_stats":{"total_commits":76,"total_committers":4,"mean_commits":19.0,"dds":0.06578947368421051,"last_synced_commit":"bc9770b3b53e2d7cda72d08a97e2e4b05482a665"},"previous_names":["tawk/tawk-messenger-vue"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/tawk/tawk-messenger-vue-2","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tawk%2Ftawk-messenger-vue-2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tawk%2Ftawk-messenger-vue-2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tawk%2Ftawk-messenger-vue-2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tawk%2Ftawk-messenger-vue-2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tawk","download_url":"https://codeload.github.com/tawk/tawk-messenger-vue-2/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tawk%2Ftawk-messenger-vue-2/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":280774989,"owners_count":26388898,"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","status":"online","status_checked_at":"2025-10-24T02:00:06.418Z","response_time":73,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["nuxt","nuxt-plugin","nuxt-tawk","tawk","tawkto","vue","vue-plugin","vue-tawk","vue2","vue2-tawk","vuejs"],"created_at":"2024-09-24T13:32:56.559Z","updated_at":"2025-10-25T04:31:19.383Z","avatar_url":"https://github.com/tawk.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg width=\"250\"\n        src=\"./images/tawk-vue-logo.png\"\n        alt=\"Tawk Vue logo\"\u003e\n\u003c/p\u003e\n\n## Features\n- Compatible on Vue 2 and Nuxt\n- Documented and self-explaining methods\n- Small size without any external libraries\n- All Javascript API methods are avaiable\n- Maintained by the [tawk.to](https://www.tawk.to]) team\n\n\u003cbr/\u003e\n\n## Installation\nThe plugins are available from the node and yarn package managers.\n```bash\n# Node\nnpm install @tawk.to/tawk-messenger-vue-2\n\n# Yarn\nyarn add @tawk.to/tawk-messenger-vue-2\n```\n\n\u003cbr/\u003e\n\n## Quickstart\nImport the **tawk-messenger-vue-2** in your main JavaScript file in **src/** folder. The **propertyId** and **widgetId** will\nbe found on your tawk Dashboard.\n\nLog in to your account and go to **Administration \u003e Channels \u003e Chat Widget**.\n\n```js\nimport TawkMessengerVue from '@tawk.to/tawk-messenger-vue-2';\n\nVue.use(TawkMessengerVue, {\n    propertyId : 'property_id',\n    widgetId : 'widget_id'\n});\n```\n\n\u003cbr/\u003e\n\n## Server Side Rendering\nIf you will use the plugin with Nuxt JS follow this [guide for setup](docs/ssr-setup.md).\n\n\u003cbr/\u003e\n\n## Documentation\n\nThis project includes a `docs` folder with more details on the following:\n1.  [SPA setup](docs/spa-setup.md)\n1.  [SSR setup](docs/ssr-setup.md)\n1.  [API Reference](docs/api-reference.md)\n\n\u003cbr/\u003e\n\n## Other JS frameworks we support\n- [Vue 3 JS](https://github.com/tawk/tawk-messenger-vue-3)\n- [React Js](https://github.com/tawk/tawk-messenger-react)\n- [Angular Js](https://github.com/tawk/tawk-messenger-angular)\n- [Ember Js](https://github.com/tawk/tawk-messenger-ember)\n\n\u003cbr/\u003e\n\n## Frequently Asked Questions\n\n**Do you have a knowledge base or article to support implementation?**\n\nHere is our guide for the [Vue.js integration](https://help.tawk.to/article/vue-js )\n\n**Where can I find more information and support?**\n\nVisit our [help center](https://help.tawk.to) or reach out in the chat on our [website](https://tawk.to). Our agents are available to assist you 24/7.\n\n**Where can I submit a suggestion or report a bug?**\n\nCheck to see if the issue already exists. If not, open a new issue in the [Issues tab](https://github.com/tawk/tawk-messenger-vue-2/issues)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftawk%2Ftawk-messenger-vue-2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftawk%2Ftawk-messenger-vue-2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftawk%2Ftawk-messenger-vue-2/lists"}