vuepress-intercom
v1.0.3
Published
Intercom plugin for VuePress
Downloads
63
Readme
VuePress-Intercom
A simple wrapper for vue-intercom
that plugs into VuePress.
Installation
npm install vuepress-intercom
Setup
Within your VuePress config (.vuepress/config.js
), add the plugin:
module.exports = {
// ...
plugins: [
[require('vuepress-intercom'), { appId: 'your-app-id' }]
],
// ...
}
Usage
Intercom should now be available through the $intercom
object
in your Vue instance.
View vue-intercom for more info.
License
This repository is licensed under the ISC license.
Copyright (c) 2018, Jørgen Vatle.