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: README.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ pnpm i
11
11
pnpm run dev
12
12
```
13
13
14
+
This project requires Node.js to be `v14.0.0` or higher, because we use new JavaScript features in our code, such as optional chaining.
15
+
16
+
14
17
## Working on the content
15
18
16
19
- See VitePress docs on supported [Markdown Extensions](https://vitepress.vuejs.org/guide/markdown.html) and the ability to [use Vue syntax inside markdown](https://vitepress.vuejs.org/guide/using-vue.html).
@@ -20,7 +23,3 @@ pnpm run dev
20
23
## Working on the theme
21
24
22
25
If changes need to made for the theme, check out the [instructions for developing the theme alongside the docs](https://github.com/vuejs/vue-theme#developing-with-real-content).
23
-
24
-
## Node.js Version Requirement
25
-
26
-
This project uses JavaScript's new features like optional chaining, so it is recommended to use `v14.0.0` or higher.
0 commit comments