https://github.com/contributte/gridsome-plugin-smartlook
👀 Smartlook tracking plugin for Gridsome
https://github.com/contributte/gridsome-plugin-smartlook
gridsome grisome plugin smartlook webkitty
Last synced: 5 months ago
JSON representation
👀 Smartlook tracking plugin for Gridsome
- Host: GitHub
- URL: https://github.com/contributte/gridsome-plugin-smartlook
- Owner: contributte
- License: mit
- Created: 2020-08-12T15:31:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2025-10-02T06:01:42.000Z (8 months ago)
- Last Synced: 2025-10-03T06:18:59.332Z (8 months ago)
- Topics: gridsome, grisome, plugin, smartlook, webkitty
- Language: TypeScript
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Smartlook ❤️ Gridsome
Gridsome plugin for Smartlook.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x
-----
## Usage
To install latest version use [NPM](https://npmjs.com).
```
npm install --save gridsome-plugin-smartlook
```
## Documentation
1. Register at [smartlook.com](https://www.smartlook.com/).
2. Get tracking code (Projects -> Tracking code).
3. Install `gridsome-plugin-smartlook` package using NPM.
4. Update `gridsome.config.js` of your Gridsome website.
```js
module.exports = {
siteName: "Your awesome site",
plugins: [
{
'gridsome-plugin-smartlook',
{
id: "**smartlook*key**"
}
}
]
};
```
## Development
-----
Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.