https://dvajs.github.io/dva-hackernews/
HackerNews clone built with Dva.
https://dvajs.github.io/dva-hackernews/
Last synced: about 2 months ago
JSON representation
HackerNews clone built with Dva.
- Host: GitHub
- URL: https://dvajs.github.io/dva-hackernews/
- Owner: dvajs
- Created: 2016-08-17T10:04:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-15T12:37:30.000Z (about 7 years ago)
- Last Synced: 2024-08-03T01:17:21.196Z (10 months ago)
- Language: JavaScript
- Homepage: https://dvajs.github.io/dva-hackernews/
- Size: 477 KB
- Stars: 287
- Watchers: 11
- Forks: 59
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dva-hackernews
HackerNews clone built with [Umi](https://github.com/umijs/umi) and [Dva](https://github.com/dvajs/dva), based on [vue-hackernews-2.0](https://github.com/vuejs/vue-hackernews-2.0).
## TODO
- [x] Item Page
- [x] Comment Page
- [x] User Page
- [x] Real-time List Update with Animation
- [x] Router Transform Animation
- [ ] SSR
- [x] Dynamic Router
- [ ] Handle loading status automatically
- [ ] Render Performance## Run Locally
Install dependencies.
```bash
$ npm install
```Start server.
```bash
$ npm start
```