vuepress-plugin-facebook-pixel
v1.0.0
Published
Facebook Pixel plugin for VuePress
Downloads
8
Maintainers
Readme
VuePress Plugin for Facebook Pixel
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.