Awesome
dva-hackernews
HackerNews clone built with Umi and Dva, based on vue-hackernews-2.0.
<p align="center"> <a href="http://dvajs.github.io/dva-hackernews/"> <img src="https://zos.alipayobjects.com/rmsportal/XUTutezexphTbgs.png" width="700" /> <br /> Live Demo </a> </p>TODO
- Item Page
- Comment Page
- User Page
- Real-time List Update with Animation
- Router Transform Animation
- SSR
- Dynamic Router
- Handle loading status automatically
- Render Performance
Run Locally
Install dependencies.
$ npm install
Start server.
$ npm start