1 Star 1 Fork 2

陈志端/vue-apis

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.20 KB
一键复制 编辑 原始数据 按行查看 历史
Changeden 提交于 2020-07-06 11:35 +08:00 . 更新axios版本
{
"name": "vue-apis",
"version": "0.4.1",
"description": "A vue plug-in integrated with axios. Build the API using chain programming and return the request instance as a Promise. A nice simplification of how apis are built, and how they are referenced.",
"main": "dist/index.js",
"author": "Changeden",
"license": "MIT",
"scripts": {
"build": "webpack --config webpack.config.js"
},
"typings": "types/index.d.ts",
"files": [
"src",
"dist/*.js",
"types/*.d.ts"
],
"devDependencies": {
"@babel/core": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"axios": "^0.19.2",
"babel-loader": "^8.0.5",
"path": "^0.12.7",
"vue": "^2.6.10",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0"
},
"bugs": {
"url": "https://gitee.com/Chans-Open-Source/vue-apis/issues"
},
"homepage": "https://gitee.com/Chans-Open-Source/vue-apis",
"repository": {
"type": "git",
"url": "https://gitee.com/Chans-Open-Source/vue-apis.git"
},
"keywords": [
"vue",
"axios",
"xhr",
"http",
"ajax",
"curl",
"promise",
"request",
"response",
"browser",
"node",
"MIT"
]
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/changeden/vue-apis.git
git@gitee.com:changeden/vue-apis.git
changeden
vue-apis
vue-apis
master

搜索帮助