Skip to content

Commit 318068f

Browse files
committed
docs: add generator path to readme
1 parent 0e78453 commit 318068f

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,21 @@
1313

1414
## Install
1515

16+
### Package
17+
1618
```bash
1719
yarn add vuepress -D
1820
```
1921

22+
### Generator
23+
24+
```bash
25+
# Creates a scaffolded docs site
26+
yarn create vuepress-site
27+
```
28+
29+
For more information, see [create-vuepress-site](https://github.com/vuepressjs/create-vuepress-site).
30+
2031
## Documentation
2132

2233
Check out our docs at https://vuepress.vuejs.org/.
@@ -68,6 +79,7 @@ If you have a VuePress-related project/component/tool, add it with a pull reques
6879

6980
<!-- markdownlint-enable -->
7081
<!-- prettier-ignore-end -->
82+
7183
<!-- ALL-CONTRIBUTORS-LIST:END -->
7284

7385
### Core Team Emeriti

0 commit comments

Comments
 (0)