1.0.0 • Published 3 years ago

vuepress-plugin-facebook-pixel v1.0.0

Weekly downloads
5
License
MIT
Repository
github
Last release
3 years ago

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.