Commit 1fcdbdbc authored by Evan You's avatar Evan You

readme

parent 56d3daf8
...@@ -2,6 +2,21 @@ ...@@ -2,6 +2,21 @@
HackerNews clone built with Vue 2.0 + vue-router + vuex, with server-side rendering. HackerNews clone built with Vue 2.0 + vue-router + vuex, with server-side rendering.
<p align="center">
<img src="https://cloud.githubusercontent.com/assets/499550/17546273/5aabc5fc-5eaf-11e6-8d6a-ad00937e8bd6.png" width="700px">
</p>
## Features
- Server Side Rendering
- Vue + vue-router + vuex working together
- Server-side data pre-fetching
- Client-side state & DOM hydration
- Single-file Vue Components
- Hot-reload in development
- CSS extraction for production
- Real-time List Updates with FLIP Animation
## Build Setup ## Build Setup
``` bash ``` bash
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment