From ea4b21b1d191364e288e7845795745d765df4b02 Mon Sep 17 00:00:00 2001 From: Evan You Date: Thu, 30 Apr 2020 19:30:37 -0400 Subject: [PATCH] chore: readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e873c98..5825a07e 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,8 @@ Now, with `vite` and Vue 3, it is time to rethink what a "Vue-powered static sit - Uses Vue 3. - Leverages Vue 3's improved template static analysis to stringify static content as much as possible. Static content is sent as string literals instead of JavaScript render function code - the JS payload is therefore *much* cheaper to parse, and hydration also becomes faster. + Note the optimization is applied while still allowing the user to freely mix Vue components inside markdown content - the compiler does the static/dynamic separation for you automatically and you never need to think about it. + - Uses `vite` under the hood: - Faster dev server start - Faster hot updates