
Security News
Meet Socket at Black Hat Europe and BSides London 2025
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.
@arkane-network/vue-crisp-chat
Advanced tools
Vue.js plugin for Crisp Chat
Crisp Chat Javascrip SDK Documentation
You can install the package via yarn:
yarn add @dansmaculotte/vue-crisp-chat
or npm:
npm install @dansmaculotte/vue-crisp-chat --save
import Vue from 'vue'
import CrispChat from '@dansmaculotte/vue-crisp-chat'
Vue.use(CrispChat, {
websiteId: 'YOUR_CRISP_CHAT_WEBSITE_ID',
disabled: true,
hideOnLoad: true
})
disableddisabled option allows you to prevent automatic script loading, to comply with GDPR.
You can manually load it by calling this.$crisp.load(YOUR_CRISP_CHAT_WEBSITE_ID).
hideOnLoadWhen Crisp Chat is loaded it automatically shows the widget, to prevent this you can set to true this option so you can manually show it after.
You can use any method coming from the official documentation.
Every methods are accessible from $crisp object.
For example:
Vue.$crisp.do('chat:open')
// In a vue instance
this.$crisp.do('chat:open')
You can also listen to loaded event emitted on script load.
For example:
this.$crisp.$on('loaded', (event) => {
console.log('crisp chat loaded')
})
yarn test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please contact Gaël Reyrol instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
FAQs
Vue.js plugin for Crisp Chat
We found that @arkane-network/vue-crisp-chat demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket is heading to London! Stop by our booth or schedule a meeting to see what we've been working on.

Security News
OWASP’s 2025 Top 10 introduces Software Supply Chain Failures as a new category, reflecting rising concern over dependency and build system risks.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.