Skip to content

Commit 67760c5

Browse files
committed
readme
1 parent 9f6372e commit 67760c5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ HackerNews clone built with Vue 2.0 + vue-router + vuex, with server-side render
1010
</a>
1111
</p>
1212

13-
> Note: the demo may need some spin up time if nobody has accessed it for a certain period.
14-
1513
## Features
1614

15+
> Note: in practice, it is unnecessary to code-split for an app of this size (where each async chunk is only a few kilobytes), nor is it optimal to extract an extra CSS file (which is only 1kb) -- they are used simply because this is a demo app showcasing all the supported features. In real apps, you should always measure and optimize based on your actual app constraints.
16+
1717
- Server Side Rendering
1818
- Vue + vue-router + vuex working together
1919
- Server-side data pre-fetching
2020
- Client-side state & DOM hydration
2121
- Automatically inlines CSS used by rendered components only
2222
- Preload / prefetch resource hints
23+
- Route-level code splitting
2324
- Progressive Web App
2425
- App manifest
2526
- Service worker

0 commit comments

Comments
 (0)