README.md 2.4 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 16 17 18 19 20 21 22
<h2 align="center">Supporting VuePress</h2>

Maintaining and developing new features to VuePress takes a considerable amount of time (if you know that Gastby's team is a company), and I am currently exploring the possibility of working on VuePress fulltime.

- [Sponsor ULIVZ on Patreon](https://www.patreon.com/ulivz)
- [Sponsor Vue.js](https://vuejs.org/support-vuejs)

> "VuePress is much more than that." —— ULIVZ
U
ULIVZ 已提交
23

U
ULIVZ 已提交
24 25 26
## Install

```bash
27 28
yarn add vuepress -D       # Install 0.x
yarn add vuepress@next -D  # Install 1.x.
U
ULIVZ 已提交
29 30
```

U
ULIVZ 已提交
31 32
## Showcase

U
ULIVZ 已提交
33 34
- [Awesome Vuepress](https://github.com/ulivz/awesome-vuepress)
- [vuepress.gallery](https://vuepress.gallery) (by [@vicbergquist](https://twitter.com/vicbergquist))
E
Evan You 已提交
35

U
ULIVZ 已提交
36
## Documentation
E
Evan You 已提交
37

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

## Contribution
U
ULIVZ 已提交
41

E
Evan You 已提交
42
``` bash
U
ULIVZ 已提交
43
yarn bootstrap # Install and link dependencies for this lerna repo
U
ULIVZ 已提交
44 45
yarn dev  # serves VuePress' own docs with itself
yarn test # make sure your code change pass the test
E
Evan You 已提交
46 47
```

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

U
ULIVZ 已提交
50
If you have a VuePress-related project/component/tool, add it with a pull request to [this curated list](https://github.com/ulivz/awesome-vuepress)!
U
ULIVZ 已提交
51 52

Thank you to all the people who already contributed to VuePress!
U
ULIVZ 已提交
53 54 55

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

E
Evan You 已提交
56 57
## License

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