Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikhailsidorov/nuxt-rambler-top100
Nuxt module for Rambler Top-100 service
https://github.com/mikhailsidorov/nuxt-rambler-top100
module nuxt rambler top100
Last synced: 4 days ago
JSON representation
Nuxt module for Rambler Top-100 service
- Host: GitHub
- URL: https://github.com/mikhailsidorov/nuxt-rambler-top100
- Owner: mikhailsidorov
- License: mit
- Created: 2019-09-01T21:46:46.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T13:22:31.000Z (almost 3 years ago)
- Last Synced: 2024-12-13T21:35:19.969Z (10 days ago)
- Topics: module, nuxt, rambler, top100
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nuxt Rambler Top-100
This plugin automatically sends first page and route change events to Rambler Top-100.
**Note:** module is not enabled in dev mode.
You can set environment variable `NODE_ENV` to `production` for testing in dev mode.## Setup
`npm install --save nuxt-rambler-top100`
Add `nuxt-rambler-top100` to `modules` section of `nuxt.config.js`
```js
{
modules: [
[
'nuxt-rambler-top100',
{
// Project ID. Required parameter.
id: 'XXXXXX',// Data attributes. Optional parameter.
attributesDataset: ['attribute1', 'attribute2']
}
]
]
}
```For more information please read the documentation:
- [Rambler Top-100 documetation](https://doc.top100.rambler.ru/)