Initial commit
上级
正在显示
.editorconfig
0 → 100644
.eslintrc
0 → 100644
.gitignore
0 → 100644
.idea/misc.xml
0 → 100644
.idea/modules.xml
0 → 100644
.idea/proland-bim-master.iml
0 → 100644
.roadhogrc.mock.js
0 → 100644
.webpackrc
0 → 100644
mock/.gitkeep
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
{ | ||
"private": true, | ||
"scripts": { | ||
"start": "roadhog server", | ||
"build": "roadhog build", | ||
"lint": "eslint --ext .js src test", | ||
"precommit": "npm run lint" | ||
}, | ||
"dependencies": { | ||
"antd": "^3.10.5", | ||
"babel-plugin-import": "^1.11.0", | ||
"dva": "^2.4.1", | ||
"react": "^16.2.0", | ||
"react-dom": "^16.2.0" | ||
}, | ||
"devDependencies": { | ||
"babel-plugin-dva-hmr": "^0.3.2", | ||
"eslint": "^4.14.0", | ||
"eslint-config-umi": "^0.1.1", | ||
"eslint-plugin-flowtype": "^2.34.1", | ||
"eslint-plugin-import": "^2.6.0", | ||
"eslint-plugin-jsx-a11y": "^5.1.1", | ||
"eslint-plugin-react": "^7.1.0", | ||
"husky": "^0.12.0", | ||
"redbox-react": "^1.4.3", | ||
"roadhog": "^2.0.0" | ||
} | ||
} |
public/index.html
0 → 100644
src/assets/yay.jpg
0 → 100644
176.7 KB
src/components/Example.js
0 → 100644
src/index.css
0 → 100644
src/index.js
0 → 100644
src/models/example.js
0 → 100644
src/router.js
0 → 100644
src/routes/IndexPage.css
0 → 100644
src/routes/IndexPage.js
0 → 100644
src/services/example.js
0 → 100644
src/utils/3dEngine.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
src/utils/request.js
0 → 100644