Initial commit
Showing
.DS_Store
0 → 100644
File added
.babelrc
0 → 100644
.editorconfig
0 → 100644
.env.dev
0 → 100644
.env.prod
0 → 100644
.eslintignore
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/vcs.xml
0 → 100644
.idea/workspace.xml
0 → 100644
.webpackrc.js
0 → 100644
README.md
0 → 100644
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
package.json
0 → 100644
{ | ||
"name": "@icedesign/lite-scaffold", | ||
"version": "1.0.0", | ||
"files": [ | ||
"src/", | ||
"src/assets", | ||
"build/", | ||
"public/", | ||
"tests/", | ||
"_gitignore", | ||
".editorconfig", | ||
".eslintignore", | ||
".eslintrc" | ||
], | ||
"dependencies": { | ||
"@alifd/next": "^1.13.2", | ||
"@alifd/theme-ice-orange": "^0.1.2", | ||
"@ice/store": "^0.3.0", | ||
"@icedesign/container": "^1.x", | ||
"@icedesign/data-binder": "^1.0.0", | ||
"ali-oss": "^6.1.0", | ||
"antd": "^3.23.2", | ||
"axios": "^0.18.0", | ||
"base-64": "^0.1.0", | ||
"bizcharts": "latest", | ||
"classnames": "^2.2.6", | ||
"cross-env": "^5.2.0", | ||
"dotenv-webpack": "^1.7.0", | ||
"enquire-js": "^0.1.2", | ||
"js-export-excel": "^1.1.4", | ||
"less": "2.7.3", | ||
"marine": "^1.0.16", | ||
"moment": "^2.24.0", | ||
"node-sass": "^4.14.1", | ||
"path": "^0.12.7", | ||
"prop-types": "^15.5.8", | ||
"react": "^16.4.1", | ||
"react-cookie": "^3.0.8", | ||
"react-document-title": "^2.0.3", | ||
"react-dom": "^16.4.1", | ||
"react-router-dom": "^4.3.1", | ||
"reactjs-localstorage": "0.0.7" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^8.0.3", | ||
"eslint": "^4.13.1", | ||
"eslint-config-airbnb": "^16.1.0", | ||
"eslint-plugin-babel": "^4.1.1", | ||
"eslint-plugin-import": "^2.8.0", | ||
"eslint-plugin-jsx-a11y": "^6.0.3", | ||
"eslint-plugin-react": "^7.5.1", | ||
"ice-scripts": "^1.8.7", | ||
"jest": "^24.4.0" | ||
}, | ||
"scripts": { | ||
"start": "ice dev", | ||
"lint": "eslint . --ext '.js,.jsx' --fix", | ||
"test": "jest", | ||
"build": "ice build", | ||
"buildProd": "ice build --mode prod", | ||
"preinstall": "npx npm-force-resolutions" | ||
}, | ||
"resolutions": { | ||
"graceful-fs": "4.2.3" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"buildConfig": { | ||
"entry": "src/index.js", | ||
"localization": false, | ||
"output": { | ||
"publicPath": "./" | ||
} | ||
}, | ||
"scaffoldConfig": { | ||
"builder": "ice-scripts", | ||
"name": "ice-design-lite", | ||
"title": "ICE Design Lite", | ||
"categories": [ | ||
"基础模板" | ||
], | ||
"screenshot": "https://img.alicdn.com/tfs/TB1CjPVw4naK1RjSZFBXXcW7VXa-2872-1580.png" | ||
}, | ||
"engines": { | ||
"node": ">=8.0.0" | ||
}, | ||
"title": "ams-portal" | ||
} |
public/favicon.png
0 → 100644
7.86 KB
public/index.html
0 → 100644
release/css/1.css
0 → 100644
release/css/index.css
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
release/favicon.png
0 → 100644
7.86 KB
This source diff could not be displayed because it is too large. You can view the blob instead.
release/index.html
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
src/Constant.js
0 → 100644
src/action.js
0 → 100644
src/assets/area_code.js
0 → 100644
src/assets/联系客服.png
0 → 100644
52.7 KB
src/assets/自定义功能.png
0 → 100644
39.9 KB
src/assets/自定义模块.png
0 → 100644
27.3 KB
src/assets/账号模版.png
0 → 100644
34.8 KB
src/components/.DS_Store
0 → 100644
File added
src/fonts/iconfont.eot
0 → 100644
File added
src/fonts/iconfont.js
0 → 100644
src/fonts/iconfont.svg
0 → 100644
src/fonts/iconfont.ttf
0 → 100644
File added
src/fonts/iconfont.woff
0 → 100644
File added
src/index.js
0 → 100644
src/menuConfig.js
0 → 100644
src/pages/Login/Login.jsx
0 → 100644
src/pages/Login/Login.scss
0 → 100644
src/pages/Login/index.js
0 → 100644
src/pages/User/User.jsx
0 → 100644
src/pages/User/index.js
0 → 100644
src/router.jsx
0 → 100644
src/routerConfig.js
0 → 100644
src/service/Api.js
0 → 100644
src/service/Global.js
0 → 100644
src/service/HttpClient.js
0 → 100644
src/service/RestfulClient.js
0 → 100644
src/service/Service.js
0 → 100644
src/service/utils.js
0 → 100644
src/style/antd-loader.less
0 → 100644
src/style/custom-antd.less
0 → 100644
src/style/public.scss
0 → 100644