初始化
parents
Showing
.gitignore
0 → 100755
README.md
0 → 100644
config.js
0 → 100755
fonts/iconfont/iconfont.css
0 → 100755
This diff is collapsed.
Click to expand it.
fonts/iconfont/iconfont.eot
0 → 100755
File added
fonts/iconfont/iconfont.js
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
fonts/iconfont/iconfont.svg
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
fonts/iconfont/iconfont.ttf
0 → 100755
File added
fonts/iconfont/iconfont.woff
0 → 100755
File added
img/Antd.svg
0 → 100755
img/AntdLog.svg
0 → 100755
img/backgroundImg.svg
0 → 100755
img/beiwang_nor.png
0 → 100644
1.78 KB
img/buyfang_nor.png
0 → 100644
1.5 KB
img/canshu_hover.png
0 → 100755
1.36 KB
img/canshu_nor.png
0 → 100755
1.35 KB
img/favicon.ico
0 → 100644
File added
img/fufeiting_nor.png
0 → 100644
1.91 KB
img/fuhe_hover.png
0 → 100755
1.59 KB
img/fuhe_nor.png
0 → 100755
1.61 KB
img/head_bg.png
0 → 100755
11.8 KB
img/jiaoyi_hover.png
0 → 100755
1.35 KB
img/jiaoyi_nor.png
0 → 100755
1.35 KB
img/jieshou_hover.png
0 → 100755
1.59 KB
img/jieshou_nor.png
0 → 100755
1.62 KB
img/jingban_hover.png
0 → 100755
1.45 KB
img/jingban_nor.png
0 → 100755
1.45 KB
img/loading-css3.gif
0 → 100755
1.93 KB
img/login-bg.jpg
0 → 100644
601 KB
img/login_bg.png
0 → 100755
This diff is collapsed.
Click to expand it.
img/logo.jpg
0 → 100644
59.1 KB
img/menu_bottom.png
0 → 100644
13.8 KB
img/msLog.svg
0 → 100755
img/rizhi_nor.png
0 → 100644
1.49 KB
img/sellfang_nor.png
0 → 100644
1.49 KB
img/shaixuan_hover.png
0 → 100644
1.58 KB
img/shaixuan_nor.png
0 → 100644
1.58 KB
img/title1(old).png
0 → 100644
15.8 KB
img/title1(old02).png
0 → 100644
18.8 KB
img/title1.png
0 → 100755
15.9 KB
img/title2(old).png
0 → 100644
7.38 KB
img/title2(old02).png
0 → 100644
9.17 KB
img/title2.png
0 → 100755
8.69 KB
img/toucun_hover.png
0 → 100644
1.69 KB
img/toucun_nor.png
0 → 100644
1.69 KB
img/zhuxiao.png
0 → 100755
1.3 KB
img/zhuye.png
0 → 100755
1.22 KB
index.html
0 → 100755
mock/index.js
0 → 100644
package.json
0 → 100755
{ | |||
"name": "react-dzt", | |||
"version": "3.0.0", | |||
"description": "## 知识点需求 antd的前端UI框架,react-router4,mobx,Axios,mockJS。 * dist目录下为打包后文件,目前预览使用 ## 生产版本打包 生产版本打(需注释掉src/index.js中引入的mockJs) ## 1.使用离线字体", | |||
"main": "index.js", | |||
"scripts": { | |||
"test": "echo \"Error: no test specified\" && exit 1", | |||
"start": "cross-env NODE_ENV=development webpack-dev-server --config webpack/webpack.dev.js", | |||
"build": "cross-env NODE_ENV=production webpack --config webpack/webpack.product.js" | |||
}, | |||
"author": "", | |||
"license": "ISC", | |||
"dependencies": { | |||
"antd": "3.16.6", | |||
"async-validator": "^1.10.1", | |||
"axios": "^0.18.0", | |||
"babel-polyfill": "^6.26.0", | |||
"jquery": "^3.3.1", | |||
"mobx": "^4.9.4", | |||
"mobx-react": "^5.2.3", | |||
"react": "^16.2.0", | |||
"react-dom": "^16.2.0", | |||
"react-hot-loader": "3.1.3", | |||
"react-loadable": "^5.5.0", | |||
"react-router-dom": "^4.2.2" | |||
}, | |||
"devDependencies": { | |||
"babel-cli": "^6.26.0", | |||
"babel-core": "^6.26.0", | |||
"babel-eslint": "^8.2.1", | |||
"babel-loader": "^7.1.2", | |||
"babel-plugin-import": "^1.6.3", | |||
"babel-plugin-transform-decorators-legacy": "^1.3.4", | |||
"babel-plugin-transform-remove-strict-mode": "0.0.2", | |||
"babel-plugin-transform-runtime": "^6.23.0", | |||
"babel-preset-env": "^1.6.1", | |||
"babel-preset-react": "^6.24.1", | |||
"babel-preset-stage-0": "^6.24.1", | |||
"bundle-loader": "^0.5.6", | |||
"clean-webpack-plugin": "^0.1.18", | |||
"copy-webpack-plugin": "^4.5.2", | |||
"cross-env": "^5.1.4", | |||
"css-loader": "^0.28.9", | |||
"css-split-webpack-plugin": "^0.2.5", | |||
"es6-promise": "^4.2.4", | |||
"eslint": "^4.17.0", | |||
"eslint-config-airbnb": "^16.1.0", | |||
"eslint-friendly-formatter": "^3.0.0", | |||
"eslint-loader": "^1.9.0", | |||
"eslint-plugin-flowtype": "^2.44.0", | |||
"eslint-plugin-import": "^2.8.0", | |||
"eslint-plugin-jsx-a11y": "^6.0.3", | |||
"eslint-plugin-react": "^7.6.1", | |||
"extract-text-webpack-plugin": "^3.0.2", | |||
"file-loader": "^1.1.6", | |||
"html-webpack-plugin": "^2.30.1", | |||
"less": "^3.0.1", | |||
"less-loader": "^4.0.5", | |||
"mockjs": "^1.0.1-beta3", | |||
"optimize-css-assets-webpack-plugin": "^3.2.0", | |||
"qs": "^6.5.2", | |||
"style-loader": "^0.20.1", | |||
"uglifyjs-webpack-plugin": "^1.1.8", | |||
"webpack": "^3.11.0", | |||
"webpack-dev-server": "^2.11.1", | |||
"webpack-merge": "^4.1.1" | |||
} | |||
} |
src/index.js
0 → 100644
src/index.less
0 → 100644
src/routers/index.js
0 → 100644
src/service/api/index.js
0 → 100644
src/stores/index.js
0 → 100644
src/views/hello/index.js
0 → 100644
src/views/test01/index.js
0 → 100644
stopyarn.sh
0 → 100755
theme/index.json
0 → 100755
tipUpgrade.html
0 → 100755
webpack/webpack.common.js
0 → 100755
webpack/webpack.product.js
0 → 100755