UNPKG

vue-code-link

Version:

![Animation](https://user-images.githubusercontent.com/62974111/174468768-dcacbfaa-3565-4608-bbb3-9a1b81da4ff0.gif)

49 lines (48 loc) 1.04 kB
{ "name": "vue-code-link", "version": "1.0.3", "description": "", "main": "index.js", "scripts": { "changelog": "conventional-changelog -p angular -i CHANGELOG.md -s", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "vue", "code link", "link", "vscode", "vue-code-link", "click page", "location", "vue-dev-code-link", "dev", "click", "代码定位", "点击页面定位", "点击", "定位", "页面元素" ], "author": "linzhinan", "license": "MIT", "dependencies": { "axios": "0.24.0" }, "repository": { "type": "git", "url": "https://github.com/panwenxin/vue-code-link.git" }, "devDependencies": { "cz-conventional-changelog": "^3.3.0", "conventional-changelog": "^3.1.25" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "ghooks": { "commit-msg": "./validate-commit-msg.js" } } }