1 Star 0 Fork 131

小易在线/ApiAdmin-WEB

forked from ApiAdmin/ApiAdmin-WEB 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
Zhao 提交于 2019-10-09 16:45 . modified 完成接口文档
{
"name": "apiadmin",
"version": "4.0.0",
"author": "zhaoxiang <[email protected]>",
"private": false,
"scripts": {
"dev": "vue-cli-service serve --open",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"axios": "^0.18.1",
"clipboard": "^2.0.0",
"codemirror": "^5.49.0",
"dayjs": "^1.8.16",
"echarts": "^4.3.0",
"highlight.js": "^9.15.10",
"html2canvas": "^1.0.0-rc.5",
"iview": "^4.0.0",
"iview-area": "^1.5.17",
"vue": "^2.6.10",
"vue-i18n": "^7.8.0",
"vue-router": "^3.1.3",
"vuex": "^3.1.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.11.0",
"@vue/cli-plugin-eslint": "^3.11.0",
"@vue/cli-plugin-unit-mocha": "^3.11.0",
"@vue/cli-service": "^3.11.0",
"@vue/eslint-config-standard": "^3.0.0-beta.10",
"chai": "^4.1.2",
"eslint-plugin-cypress": "^2.7.0",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"lint-staged": "^6.0.0",
"vue-template-compiler": "^2.6.10"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
],
"gitHooks": {
"pre-commit": "lint-staged"
},
"lint-staged": {
"*.js": [
"vue-cli-service lint",
"git add"
],
"*.vue": [
"vue-cli-service lint",
"git add"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yixuhui999/ApiAdmin-WEB.git
[email protected]:yixuhui999/ApiAdmin-WEB.git
yixuhui999
ApiAdmin-WEB
ApiAdmin-WEB
master

搜索帮助