Skip to content

Commit 7f002ef

Browse files
author
Guillaume Chau
authored
Update README.md
1 parent 7f3683c commit 7f002ef

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

packages/vue-ssr/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,10 @@ VueSSR.outlet = 'my-app'
106106

107107
In this example, Vue SSR expects a `<div id="my-app">` element in the HTML page.
108108

109+
*:warning: The CSS can flicker in developpement mode and load after the app is rendered. This is due to the HMR system having to append dynamic style tags in the page to get the fastest reloading possible. This is not the case in production mode (try running your app with `meteor --production`).*
110+
111+
[Example project](https://github.com/Akryum/vue-meteor-demo)
112+
109113
### Head and Body injection
110114

111115
You can modify the head and body of the SSR render with the `appendHtml` function. This example uses vue-meta:
@@ -144,11 +148,6 @@ VueSSR.createApp = function (context) {
144148
}
145149
```
146150

147-
148-
*:warning: The CSS can flicker in developpement mode and load after the app is rendered. This is due to the HMR system having to append dynamic style tags in the page to get the fastest reloading possible. This is not the case in production mode (try running your app with `meteor --production`).*
149-
150-
[Example project](https://github.com/Akryum/vue-meteor-demo)
151-
152151
---
153152

154153
LICENCE ISC - Created by Guillaume CHAU (@Akryum)

0 commit comments

Comments
 (0)