Skip to content

Commit 848dbc3

Browse files
author
ntepluhina
committed
Merge branch 'master' into move-introduction
2 parents 51e1c0b + 2f3414d commit 848dbc3

File tree

18 files changed

+36
-210
lines changed

18 files changed

+36
-210
lines changed

β€Ž.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

β€ŽREADME.md

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,23 @@
1-
# docs-next
1+
# vuejs.org next
2+
3+
This repo contains the code for the future VuePress version of the vuejs.org docs.
4+
5+
## Getting Setup
6+
7+
1. Clone repository
8+
9+
```bash
10+
git clone git@github.com:vuejs/docs-next.git
11+
```
12+
13+
2. Install dependencies
14+
15+
```bash
16+
yarn # or npm install
17+
```
18+
19+
3. Start local development environment
20+
21+
```bash
22+
yarn serve
23+
```

β€Žpackage.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"vuepress": "^1.2.0"
44
},
55
"scripts": {
6-
"docs:dev": "vuepress dev docs",
7-
"docs:build": "vuepress build docs"
6+
"serve": "vuepress dev src",
7+
"build": "vuepress build src"
88
}
99
}
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

β€Žyarn.lock

Lines changed: 10 additions & 207 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
Β (0)