Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 764 Bytes

README.md

File metadata and controls

43 lines (32 loc) · 764 Bytes

dva-hackernews

HackerNews clone built with Dva, based on vue-hackernews-2.0.


Live Demo

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

Open app in browser.

$ open http://localhost:8989/