README.md 2.1 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>

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

## Status: alpha

U
ULIVZ 已提交
19
Certain combinations of plugins may not work properly, and things may change or break until we reach `beta` phase. Do not use in production yet unless you are adventurous.
U
ULIVZ 已提交
20

U
ULIVZ 已提交
21
For 0.x, it's moved to [0.x branch](https://github.com/vuejs/vuepress/tree/0.x) and still maintained, the website was switching to https://v0.vuepress.vuejs.org.
U
ULIVZ 已提交
22

U
ULIVZ 已提交
23 24
> Note that we are working hard to improve the documentation and contributions welcome if you keep up with the latest changes.

U
ULIVZ 已提交
25 26 27 28 29 30 31
## Install

```bash
yarn add vuepress -D       # Install 0.x.x.
yarn add vuepress@next -D  # Install next.
```

U
ULIVZ 已提交
32 33
## Showcase

U
ULIVZ 已提交
34
Check out [Awesome Vuepress](https://github.com/ulivz/awesome-vuepress) to find awesome things related to VuePress.
E
Evan You 已提交
35

E
Evan You 已提交
36 37
## Development

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

E
Evan You 已提交
40
``` bash
U
ULIVZ 已提交
41 42
yarn dev  # serves VuePress' own docs with itself
yarn test # make sure your code change pass the test
E
Evan You 已提交
43 44
```

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

E
Evan You 已提交
47 48
## License

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