UNPKG

yandex-metrika-vue3

Version:

**yandex-metrika-vue3** allows you to send data about visited pages to [Yandex Metrika]. ## Installation Install with [yarn]: ```bash $ yarn add yandex-metrika-vue3 ``` Install with [npm]: ```bash $ npm install yandex-metrika-vue3 --save ``` ## Ways to us

67 lines (66 loc) 1.45 kB
{ "name": "yandex-metrika-vue3", "version": "1.3.4", "description": "", "main": "./src/index.js", "types": "./src/index.d.ts", "files": [ "src" ], "type": "module", "scripts": { "clean": "rimraf src && rimraf dist", "prepublish": "npm run clean && npm run build", "prepare": "npm run build", "build": "tsc && tsc-alias" }, "repository": { "type": "git", "url": "git+https://github.com/kennardy/vue-yandex-metrika.git" }, "keywords": [ "vue", "vue3", "vue 3", "typescript", "ts", "tracking", "Yandex", "yandex", "Yandex Metrica", "yandex metrica", "Yandex Metrika", "yandex metrika", "yandex tracking", "vue-yandex-metrika", "vue-yandex-metrica", "vue yandex metrika", "vue metrika", "Яндекс", "яндекс", "Яндекс Метрика", "яндекс метрика" ], "license": "MIT", "bugs": { "url": "https://github.com/kennardy/vue-yandex-metrika/issues" }, "homepage": "https://github.com/kennardy/vue-yandex-metrika", "devDependencies": { "@babel/types": "^7.20.7", "@types/node": "^18.11.18", "@types/rimraf": "^3.0.2", "rimraf": "^3.0.2", "tsc-alias": "1.8.10", "typescript": "^4.9.4", "vue": ">=3.0.0", "vue-router": "^4.1.6" }, "peerDependencies": { "vue": ">=3.0.0" }, "directories": { "lib": "lib" }, "author": "kennardy" }