vittominacori / vuepress-plugin-facebook-pixel

VuePress Plugin for Facebook Pixel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VuePress Plugin for Facebook Pixel

NPM Package MIT licensed

Install

yarn add -D vuepress-plugin-facebook-pixel
# OR 
npm install -D vuepress-plugin-facebook-pixel

Usage

module.exports = {
  plugins: [
    'vuepress-plugin-facebook-pixel': { 
        pixelId: '123456789',
    },

    // other plugins
    // ...
  ],
}

License

Code released under the MIT License.

About

VuePress Plugin for Facebook Pixel

License:MIT License


Languages

Language:JavaScript 100.0%