1 Star 3 Fork 0

苏弃/企业官网的管理员后台

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
package.json 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "admin",
"version": "1.0.0",
"description": "官网的管理员后台",
"main": "index.js",
"scripts": {
"init": "webpack --progress --config webpack.dev.config.js",
"dev": "webpack-dev-server --content-base ./ --open --inline --hot --compress --history-api-fallback --config webpack.dev.config.js",
"build": "webpack --progress --hide-modules --config webpack.prod.config.js",
"lint": "eslint --fix --ext .js,.vue src"
},
"repository": {
"type": "git",
"url": "https://gitee.com/ganxiaochuan/gwdglyht.git"
},
"author": "",
"license": "MIT",
"dependencies": {
"axios": "^0.15.3",
"clipboard": "^1.5.12",
"echarts": "^3.4.0",
"html2canvas": "^0.5.0-beta4",
"iview": "^2.7.4",
"js-cookie": "^2.1.3",
"vue": "^2.5.2",
"vue-cookie": "^1.1.4",
"vue-i18n": "^5.0.3",
"vue-router": "^3.0.1",
"vuex": "^2.2.1",
"wangeditor": "^3.1.1"
},
"devDependencies": {
"autoprefixer-loader": "^3.2.0",
"babel": "^6.23.0",
"babel-core": "^6.23.1",
"babel-loader": "^7.1.2",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.9.0",
"babel-runtime": "^6.11.6",
"css-loader": "^0.28.7",
"eslint": "^3.12.2",
"eslint-plugin-html": "^1.7.0",
"extract-text-webpack-plugin": "^3.0.2",
"file-loader": "^1.1.5",
"html-loader": "^0.5.1",
"html-webpack-plugin": "^2.28.0",
"iview-loader": "^1.0.0",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"style-loader": "^0.19.1",
"url-loader": "^0.6.2",
"vue-hot-reload-api": "^2.2.4",
"vue-html-loader": "^1.2.3",
"vue-loader": "^13.5.0",
"vue-style-loader": "^3.0.3",
"vue-template-compiler": "^2.2.1",
"webpack": "^3.8.1",
"webpack-dev-server": "^2.9.2",
"webpack-merge": "^4.1.1"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ganxiaochuan/gwdglyht.git
git@gitee.com:ganxiaochuan/gwdglyht.git
ganxiaochuan
gwdglyht
企业官网的管理员后台
master

搜索帮助