Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vittominacori/vuepress-plugin-facebook-pixel

VuePress Plugin for Facebook Pixel
https://github.com/vittominacori/vuepress-plugin-facebook-pixel

Last synced: 17 days ago
JSON representation

VuePress Plugin for Facebook Pixel

Awesome Lists containing this project

README

        

# VuePress Plugin for Facebook Pixel

[![NPM Package](https://img.shields.io/npm/v/vuepress-plugin-facebook-pixel.svg?style=flat-square)](https://www.npmjs.com/package/vuepress-plugin-facebook-pixel)
[![MIT licensed](https://img.shields.io/github/license/vittominacori/vuepress-plugin-facebook-pixel.svg)](https://github.com/vittominacori/vuepress-plugin-facebook-pixel/blob/master/LICENSE)

## Install

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

## Usage

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

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

## License

Code released under the [MIT License](https://github.com/vittominacori/vuepress-plugin-facebook-pixel/blob/master/LICENSE).