Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vittominacori/vuepress-plugin-facebook-pixel
- Owner: vittominacori
- License: mit
- Created: 2020-12-09T18:55:31.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-10T20:26:57.000Z (almost 4 years ago)
- Last Synced: 2024-08-09T06:11:48.329Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).