vuepress-intercom

1.0.3 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i vuepress-intercom

Weekly Downloads

70

Version

1.0.3

License

ISC

Unpacked Size

2.59 kB

Total Files

4

Last publish

Collaborators

  • jorgenvatle