2 Star 1 Fork 0

SocietyETO / adminWeb

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 710 Bytes
一键复制 编辑 原始数据 按行查看 历史
QQ技术 提交于 2020-11-20 12:37 . 删除无用代码
{
"name": "vue-admin-template",
"version": "1.0.0",
"description": "轻量级后台管理系统基础模板",
"author": "woai3c <411020382@qq.com>",
"private": false,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build"
},
"dependencies": {
"axios": "^0.19.2",
"view-design": "^4.4.0",
"vue": "^2.6.12",
"vue-router": "^3.4.9",
"vuex": "^3.5.1"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.12.1",
"@vue/cli-service": "^3.12.1",
"vue-template-compiler": "^2.6.12"
},
"postcss": {
"plugins": {
"autoprefixer": {}
}
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie <= 8"
]
}
JavaScript
1
https://gitee.com/society-eto/adminWeb.git
git@gitee.com:society-eto/adminWeb.git
society-eto
adminWeb
adminWeb
master

搜索帮助