Skip to content

Commit 9f6372e

Browse files
committed
update readme
1 parent f7669ef commit 9f6372e

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,24 @@ HackerNews clone built with Vue 2.0 + vue-router + vuex, with server-side render
1919
- Server-side data pre-fetching
2020
- Client-side state & DOM hydration
2121
- Automatically inlines CSS used by rendered components only
22+
- Preload / prefetch resource hints
23+
- Progressive Web App
24+
- App manifest
25+
- Service worker
26+
- 100/100 Lighthouse score
2227
- Single-file Vue Components
2328
- Hot-reload in development
2429
- CSS extraction for production
25-
- Real-time List Updates with FLIP Animation
30+
- Animation
31+
- Effects when switching route views
32+
- Real-time list updates with FLIP Animation
2633

2734
## Architecture Overview
2835

2936
<img width="973" alt="screen shot 2016-08-11 at 6 06 57 pm" src="https://cloud.githubusercontent.com/assets/499550/17607895/786a415a-5fee-11e6-9c11-45a2cfdf085c.png">
3037

38+
**A detailed Vue SSR guide can be found [here](https://ssr.vuejs.org).**
39+
3140
## Build Setup
3241

3342
**Requires Node.js 7+**

0 commit comments

Comments
 (0)