File list (Check if you may need any files):
dva-master
..........\.babelrc
..........\.editorconfig
..........\.eslintrc
..........\.gitignore
..........\.travis.yml
..........\CHANGELOG.md
..........\Makefile
..........\README.md
..........\examples
..........\........\count-mobile
..........\........\............\README.md
..........\........\............\index.html
..........\........\............\index.js
..........\........\............\package.json
..........\........\............\webpack.config.js
..........\........\count-umd
..........\........\.........\README.md
..........\........\.........\index.html
..........\........\.........\index.js
..........\........\.........\package.json
..........\........\count-undo
..........\........\..........\README.md
..........\........\..........\index.html
..........\........\..........\index.js
..........\........\..........\package.json
..........\........\..........\webpack.config.js
..........\........\count
..........\........\.....\README.md
..........\........\.....\index.html
..........\........\.....\index.js
..........\........\.....\package.json
..........\........\.....\webpack.config.js
..........\........\dynamic-load
..........\........\............\index.html
..........\........\............\index.js
..........\........\............\models
..........\........\............\......\app.js
..........\........\............\......\profile.js
..........\........\............\package.json
..........\........\............\router.js
..........\........\............\routes
..........\........\............\......\App.js
..........\........\............\......\Profile.js
..........\........\friend-list
..........\........\...........\README.md
..........\........\...........\components
..........\........\...........\..........\FriendList.js
..........\........\...........\..........\FriendThumbnail.js
..........\........\...........\..........\SearchInput.js
..........\........\...........\index.html
..........\........\...........\index.js
..........\........\...........\index.less
..........\........\...........\package.json
..........\........\...........\proxy.config.js
..........\........\...........\webpack.config.js
..........\........\popular-products
..........\........\................\README.md
..........\........\................\components
..........\........\................\..........\ProductList
..........\........\................\..........\...........\Product.jsx
..........\........\................\..........\...........\Product.less
..........\........\................\..........\...........\ProductList.jsx
..........\........\................\..........\...........\ProductList.less
..........\........\................\index.html
..........\........\................\index.js
..........\........\................\index.less
..........\........\................\package.json
..........\........\................\proxy.config.js
..........\........\................\webpack.config.js
..........\........\router
..........\........\......\index.html
..........\........\......\index.js
..........\........\......\index.less
..........\........\......\package.json
..........\........\......\webpack.config.js
..........\........\user-dashboard
..........\........\..............\.eslintignore
..........\........\..............\.eslintrc
..........\........\..............\README.md
..........\........\..............\mock
..........\........\..............\....\users.js
..........\........\..............\package.json
..........\........\..............\proxy.config.js
..........\........\..............\src
..........\........\..............\...\components
..........\........\..............\...\..........\MainLayout
..........\........\..............\...\..........\..........\Header.jsx
..........\........\..............\...\..........\..........\MainLayout.jsx
..........\........\..............\...\..........\..........\MainLayout.less
..........\........\..............\...\..........\Users
..........\........\..............\...\..........\.....\UserList.jsx
..........\........\..............\...\......