vuepress-plugin-crisp
v1.0.0
Published
Give your Vuepress site messaging experience a human touch
Downloads
5
Maintainers
Readme
vuepress-plugin-crisp
💬 Give your Vuepress site messaging experience a human touch
Installation
yarn add vuepress-plugin-crisp -D
// or npm install vuepress-plugin-crisp -DRegister the plugin
plugins: {
[
'crisp', {
siteID: "<YOUR_CRISP_SITE_ID>" // if you don't have a crisp account go to <https://crisp.chat/en/> and create an account then get the website ID and put it here.
}
]
}