9 Star 24 Fork 3

Ambit / better-vue-error-plugin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 738 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ambit 提交于 2020-11-28 12:26 . chore: update package.json
{
"name": "better-vue-error-plugin",
"version": "0.1.1",
"description": "A webpack plugin make the errors of Vue concise",
"main": "src/plugin.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Ambit-Tsai <ambit_tsai@qq.com>",
"license": "Apache-2.0",
"dependencies": {
"@babel/traverse": "^7.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ambit-tsai/better-vue-error-plugin.git"
},
"homepage": "https://github.com/ambit-tsai/better-vue-error-plugin#readme",
"bugs": {
"url": "https://github.com/ambit-tsai/better-vue-error-plugin/issues"
},
"keywords": [
"webpack",
"plugin",
"vue",
"error",
"better"
]
}
JavaScript
1
https://gitee.com/ambit/better-vue-error-plugin.git
git@gitee.com:ambit/better-vue-error-plugin.git
ambit
better-vue-error-plugin
better-vue-error-plugin
main

搜索帮助