Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 739 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 739 Bytes

dva-hackernews

HackerNews clone built with Umi and 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