Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
package.json 844 Bytes
Copy Edit Raw Blame History
逵飞 authored 2018-09-18 14:28 . V2.0
{
"name": "element-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@antv/g2": "^3.2.8",
"axios": "^0.18.0",
"element-ui": "^2.4.7",
"lodash": "^4.17.11",
"moment": "^2.22.2",
"register-service-worker": "^1.5.2",
"vue": "^2.5.17",
"vue-moment": "^4.0.0",
"vue-router": "^3.0.1",
"vuex": "^3.0.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.3",
"@vue/cli-plugin-eslint": "^3.0.3",
"@vue/cli-plugin-pwa": "^3.0.3",
"@vue/cli-service": "^3.0.3",
"@vue/eslint-config-prettier": "^3.0.3",
"mockjs": "^1.0.1-beta3",
"node-sass": "^4.9.3",
"sass-loader": "^7.1.0",
"vue-template-compiler": "^2.5.17"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化