File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff 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+**
You can’t perform that action at this time.
0 commit comments