UNPKG

vue-linkto-vscode

Version:

``` 引入只需如下三步 //1、install package npm install -s vue-linkto-vscode //2、vue.config.js const { vueCodeLinkServer, vueCodeLinkLoaderConfig } = require('vue-linkto-vscode') module.exports = { ... devServer: {

42 lines (41 loc) 883 B
{ "name": "vue-linkto-vscode", "version": "1.0.6", "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", "代码定位", "点击页面定位", "点击", "定位", "页面元素" ], "author": "wxy", "license": "MIT", "dependencies": { "axios": "0.24.0" }, "devDependencies": { "cz-conventional-changelog": "^3.3.0", "conventional-changelog": "^3.1.25" }, "engines": { "node": "^10.12.0 || >=12.0.0" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "ghooks": { "commit-msg": "./validate-commit-msg.js" } } }