Skip to content

Commit 1fcdbdb

Browse files
committed
readme
1 parent 56d3daf commit 1fcdbdb

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

+15
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
HackerNews clone built with Vue 2.0 + vue-router + vuex, with server-side rendering.
44

5+
<p align="center">
6+
<img src="https://cloud.githubusercontent.com/assets/499550/17546273/5aabc5fc-5eaf-11e6-8d6a-ad00937e8bd6.png" width="700px">
7+
</p>
8+
9+
## Features
10+
11+
- Server Side Rendering
12+
- Vue + vue-router + vuex working together
13+
- Server-side data pre-fetching
14+
- Client-side state & DOM hydration
15+
- Single-file Vue Components
16+
- Hot-reload in development
17+
- CSS extraction for production
18+
- Real-time List Updates with FLIP Animation
19+
520
## Build Setup
621

722
``` bash

0 commit comments

Comments
 (0)