README.md 1.8 KB
Newer Older
E
Evan You 已提交
1
<p align="center">
E
Evan You 已提交
2
  <a href="https://vuepress.vuejs.org/" target="_blank">
U
ULIVZ 已提交
3
    <img width="180" src="https://raw.githubusercontent.com/vuejs/vuepress/master/packages/docs/docs/.vuepress/public/hero.png" alt="logo">
E
Evan You 已提交
4
  </a>
E
Evan You 已提交
5 6
</p>

U
ULIVZ 已提交
7 8 9
<p align="center">
  <a href="https://npmcharts.com/compare/vuepress?minimal=true"><img src="https://img.shields.io/npm/dm/vuepress.svg" alt="Downloads"></a>
  <a href="https://www.npmjs.com/package/vuepress"><img src="https://img.shields.io/npm/v/vuepress.svg" alt="Version"></a>
U
ULIVZ 已提交
10
  <a href="https://www.npmjs.com/package/vuepress"><img src="https://badgen.net/npm/v/vuepress/next" alt="npm next version"></a>
U
ULIVZ 已提交
11
  <a href="https://www.npmjs.com/package/vuepress"><img src="https://img.shields.io/npm/l/vuepress.svg" alt="License"></a>
U
ULIVZ 已提交
12
  <a href="https://discordapp.com/invite/HBherRA"><img src="https://img.shields.io/badge/Discord-join%20chat-738bd7.svg" alt="vuepress channel on Discord"></a>
U
ULIVZ 已提交
13 14
</p>

15
> This is the branch for `VuePress 1.x` and docs are available at https://v1.vuepress.vuejs.org.
U
ULIVZ 已提交
16

U
ULIVZ 已提交
17 18 19
## Install

```bash
20 21
yarn add vuepress -D       # Install 0.x
yarn add vuepress@next -D  # Install 1.x.
U
ULIVZ 已提交
22 23
```

U
ULIVZ 已提交
24 25
## Showcase

26
Check out [Awesome Vuepress](https://github.com/ulivz/awesome-vuepress) to find awesome things related to VuePress 1.x .
E
Evan You 已提交
27

E
Evan You 已提交
28 29
## Development

U
ULIVZ 已提交
30 31
> Please make sure your version of Node.js is greater than 8.

E
Evan You 已提交
32
``` bash
U
ULIVZ 已提交
33
yarn bootstrap # Install and link dependencies for this lerna repo
U
ULIVZ 已提交
34 35
yarn dev  # serves VuePress' own docs with itself
yarn test # make sure your code change pass the test
E
Evan You 已提交
36 37
```

U
ULIVZ 已提交
38 39
If you intend to make `"substantial"` changes to VuePress or its documentation, please checkout [VuePress RFCs](./rfcs/README.md).

U
ULIVZ 已提交
40 41 42 43
Thank you to all the people who already contributed to Vue!

![contributors](https://opencollective.com/vuepress/contributors.svg?width=890)

E
Evan You 已提交
44 45
## License

U
ULIVZ 已提交
46
[MIT](https://github.com/vuejs/vuepress/blob/master/LICENSE)