1 Star 0 Fork 5

冠王团队/自动化测试平台vue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 892 Bytes
一键复制 编辑 原始数据 按行查看 历史
WeiboGe2012 提交于 2020-12-31 11:16 +08:00 . 新增登录记住密码
{
"name": "automated_test_platform_vue",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "nuxt",
"build": "nuxt build",
"start": "nuxt start",
"generate": "nuxt generate",
"lint:js": "eslint --ext .js,.vue --ignore-path .gitignore .",
"lint": "npm run lint:js"
},
"dependencies": {
"@nuxtjs/axios": "^5.12.0",
"echarts": "^4.8.0",
"element-ui": "^2.13.2",
"js-cookie": "^2.2.1",
"js-md5": "^0.7.3",
"node-sass": "^4.14.1",
"nuxt": "^2.14.0",
"sass-loader": "^10.0.1",
"vue-i18n": "^8.21.0",
"vue-json-viewer": "^2.2.15"
},
"devDependencies": {
"@nuxtjs/eslint-config": "^3.1.0",
"@nuxtjs/eslint-module": "^2.0.0",
"babel-eslint": "^10.1.0",
"eslint": "^7.5.0",
"eslint-plugin-nuxt": "^1.0.0"
},
"config": {
"nuxt": {
"host": "0.0.0.0",
"port": "3000"
}
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/guznwang/automated-test-platform-vue.git
git@gitee.com:guznwang/automated-test-platform-vue.git
guznwang
automated-test-platform-vue
自动化测试平台vue
master

搜索帮助