HackerNews clone built with Umi and 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 install
Start server.
$ npm start