Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/f00b4r/nuxt-smartlook
👀 Smartlook tracking plugin for Gridsome
https://github.com/f00b4r/nuxt-smartlook
analytics nuxt nuxtjs smartlook vue
Last synced: 3 months ago
JSON representation
👀 Smartlook tracking plugin for Gridsome
- Host: GitHub
- URL: https://github.com/f00b4r/nuxt-smartlook
- Owner: f00b4r
- License: mit
- Created: 2021-05-21T07:08:46.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T04:17:19.000Z (6 months ago)
- Last Synced: 2024-07-30T19:37:58.696Z (6 months ago)
- Topics: analytics, nuxt, nuxtjs, smartlook, vue
- Language: TypeScript
- Homepage:
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Smartlook ❤️ Nuxt.js
Nuxt.js module for Smartlook.
🕹 f3l1x.io | 💻 f3l1x | 🐦 @xf3l1x-----
## Usage
To install latest version use [NPM](https://npmjs.com).
```
npm install --save nuxt-smartlook
```## Documentation
1. Register at [smartlook.com](https://www.smartlook.com/).
2. Get tracking code (Projects -> Tracking code).
3. Install `nuxt-smartlook` package using NPM.
4. Update `nuxt.config.js` of your Nuxt website.```js
module.exports = {
modules: [
'nuxt-smartlook',
],
smartlook: {
id: "**smartlook*key**",
enabled: process.env.NODE_ENV === 'production',
}
};
```## Development
-----
Consider to [support](https://github.com/sponsors/f3l1x) **f3l1x**. Also thank you for using this package.