Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f00b4r/vuepress-plugin-smartlook
👀 Smartlook tracking plugin for VuePress
https://github.com/f00b4r/vuepress-plugin-smartlook
javascript js node smartlook tracking typescript vuepress webkitty
Last synced: 2 months ago
JSON representation
👀 Smartlook tracking plugin for VuePress
- Host: GitHub
- URL: https://github.com/f00b4r/vuepress-plugin-smartlook
- Owner: f00b4r
- License: mit
- Created: 2020-03-20T14:13:54.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-23T06:11:37.000Z (3 months ago)
- Last Synced: 2024-10-31T22:36:04.689Z (3 months ago)
- Topics: javascript, js, node, smartlook, tracking, typescript, vuepress, webkitty
- Language: TypeScript
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Smartlook ❤️ Vuepress
VuePress plugin for Smartlook.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x-----
## Usage
To install latest version use [NPM](https://npmjs.com).
```
npm install --save vuepress-plugin-smartlook
```## Documentation
1. Register at [smartlook.com](https://www.smartlook.com/).
2. Get tracking code (Projects -> Tracking code).
3. Install `vuepress-plugin-smartlook` package using NPM.
4. Update `config.js` of your VuePress website.```js
module.exports = {
title: "Your awesome site",
plugins: [
[
'vuepress-plugin-smartlook',
{
id: "**smartlook*key**"
}
]
]
};
```## Development
-----
Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.