We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d3daf commit 1fcdbdbCopy full SHA for 1fcdbdb
README.md
@@ -2,6 +2,21 @@
2
3
HackerNews clone built with Vue 2.0 + vue-router + vuex, with server-side rendering.
4
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
20
## Build Setup
21
22
``` bash
0 commit comments