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
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,18 @@
1
-
# v3.vuejs.org
1
+
# vuejs.org
2
+
3
+
This is the WIP branch of the brand new vuejs.org. **The content is under heavy updates and re-organization so please refrain from submitting PRs to this branch until we have removed this notice.**
4
+
5
+
## Dev Setup
2
6
3
7
This site is built with [VitePress](https://github.com/vuejs/vitepress) and [@vue/theme](https://github.com/vuejs/vue-theme). Site content is written in Markdown format located in `src`.
4
8
9
+
Make sure to use [pnpm](https://pnpm.io/) as the package manager:
10
+
11
+
```sh
12
+
pnpm i
13
+
pnpm run dev
14
+
```
15
+
5
16
## Writing
6
17
7
18
See the [Vue Docs Writing Guide](https://v3.vuejs.org/guide/writing-guide.html) for our rules and recommendations on writing and maintaining documentation.
0 commit comments