VuePress Plugin for Facebook Pixel

December 9, 2020 ยท View on GitHub

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.