{"id":14973722,"url":"https://github.com/nikolasp/vue-tidio","last_synced_at":"2025-10-27T02:31:24.415Z","repository":{"id":34985655,"uuid":"194410324","full_name":"nikolasp/vue-tidio","owner":"nikolasp","description":"Vue Tidio Chat Integration 💬","archived":false,"fork":false,"pushed_at":"2023-01-07T07:20:49.000Z","size":1436,"stargazers_count":6,"open_issues_count":13,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T01:33:46.555Z","etag":null,"topics":["chat","tidio","vue","vue3"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/nikolasp.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}},"created_at":"2019-06-29T13:46:24.000Z","updated_at":"2024-07-10T03:58:34.000Z","dependencies_parsed_at":"2023-01-15T11:30:47.393Z","dependency_job_id":null,"html_url":"https://github.com/nikolasp/vue-tidio","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikolasp%2Fvue-tidio","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikolasp%2Fvue-tidio/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikolasp%2Fvue-tidio/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikolasp%2Fvue-tidio/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikolasp","download_url":"https://codeload.github.com/nikolasp/vue-tidio/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238422920,"owners_count":19469656,"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":["chat","tidio","vue","vue3"],"created_at":"2024-09-24T13:49:18.226Z","updated_at":"2025-10-27T02:31:19.035Z","avatar_url":"https://github.com/nikolasp.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vue Tidio Chat Integration\n\nSimple Vue 3 [Tidio Chat](https://www.tidio.com) integration\n\nUse older version [v1.0.1](https://www.npmjs.com/package/vue-tidio/v/1.0.1) for Vue 2\n\n## Getting started\n\n- Install `vue-tidio` library\n\n```bash\n# run\nnpm i vue-tidio\n# or\nyarn add vue-tidio\n```\n\n- Import package and install plugin\n\n```js\nimport { createApp } from 'vue';\nimport VueTidio from 'vue-tidio';\nimport App from './App.vue';\n\n// required `appKey` param (tidio public key)\n\n// available additional `delay` param\n// to delay tidio script load (default: 0 ms)\n\nconst app = createApp(App);\n\napp.use(VueTidio, { appKey: 'XXX' });\n\napp.mount('#app');\n```\n\n- Configure chat visibility per page\n\n```js\nconst ROUTES: {\n  {\n    name: 'home',\n    component: HomeComponent,\n    meta: {\n      showChat: true\n    }\n  }\n  // etc.\n};\n\nrouter.afterEach((to) =\u003e {\n  window.tidioChatApi \u0026\u0026\n    window.tidioChatApi.display(to.meta.showChat);\n});\n```\n\nLICENCE MIT - Created by Nikola Spalevic (nikolaspalevic@gmail.com)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolasp%2Fvue-tidio","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikolasp%2Fvue-tidio","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikolasp%2Fvue-tidio/lists"}