1 Star 0 Fork 0

Vue.js/vue-hot-reload-api

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 749 Bytes
一键复制 编辑 原始数据 按行查看 历史
soda 提交于 2019-09-11 16:25 +08:00 . 2.3.4
{
"name": "vue-hot-reload-api",
"version": "2.3.4",
"description": "hot reload api for *.vue components",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "buble src -o dist",
"test": "jest",
"prepublishOnly": "npm run test && npm run build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vuejs/vue-hot-reload-api.git"
},
"keywords": [
"vue",
"hot",
"reload"
],
"author": "Evan You",
"license": "MIT",
"bugs": {
"url": "https://github.com/vuejs/vue-hot-reload-api/issues"
},
"homepage": "https://github.com/vuejs/vue-hot-reload-api#readme",
"devDependencies": {
"buble": "^0.19.6",
"jest": "^24.9.0",
"vue": "^2.5.21"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/vuejs/vue-hot-reload-api.git
git@gitee.com:vuejs/vue-hot-reload-api.git
vuejs
vue-hot-reload-api
vue-hot-reload-api
master

搜索帮助