1.0.3 • Published 5 years ago

vuepress-intercom v1.0.3

Weekly downloads
129
License
ISC
Repository
github
Last release
5 years ago

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.

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago