You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/guide/ssr/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ yarn add @vue/server-renderer
14
14
15
15
#### Notes
16
16
17
-
- It's recommended to use Node.js version 10+.
17
+
- It's recommended to use Node.js version 12+.
18
18
-`@vue/server-renderer` and `vue` must have matching versions.
19
19
-`@vue/server-renderer` relies on some Node.js native modules and therefore can only be used in Node.js. We may provide a simpler build that can be run in other JavaScript runtimes in the future.
0 commit comments