HackerNews clone built with Dva, based on vue-hackernews-2.0.
- Item Page
- Comment Page
- User Page
- Real-time List Update with Animation
- Router Transform Animation
- SSR
- Dynamic Router
- Handle loading status automatically
- Render Performance
Install dependencies.
$ npm installStart server.
$ npm startOpen app in browser.
$ open http://localhost:8989/