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

E
init  
Evan You 已提交
7 8 9
# VuePress

> Minimalistic docs generator with Vue component based layout system
E
Evan You 已提交
10

E
link  
Evan You 已提交
11
https://vuepress.vuejs.org/
E
Evan You 已提交
12 13 14

## Features

E
Evan You 已提交
15 16 17
- [Built-in markdown extensions](https://vuepress.vuejs.org/guide/markdown.html) optimized for technical documentation
- [Ability to leverage Vue inside markdown files](https://vuepress.vuejs.org/guide/using-vue.html)
- [Vue-powered custom theme system](https://vuepress.vuejs.org/guide/custom-themes.html)
U
ULIVZ 已提交
18 19 20
- [Service Worker Integration](https://vuepress.vuejs.org/config/#serviceworker)
- [Google Analytics Integration](https://vuepress.vuejs.org/config/#ga)
- [Multi-Language Support](https://vuepress.vuejs.org/guide/i18n.html)
E
Evan You 已提交
21 22 23
- A default theme with:
  - Responsive layout
  - Optional Homepage
U
ULIVZ 已提交
24 25
  - [Automatic basic typeahead search](https://vuepress.vuejs.org/default-theme-config/#built-in-search)
  - [Algolia Search](https://vuepress.vuejs.org/default-theme-config/#algolia-search)
E
Evan You 已提交
26 27 28 29 30 31 32 33 34 35 36
  - Customizable navbar and sidebar
  - Auto-generated GitHub link and page edit links

## Todo Features

VuePress is still a work in progress. There are a few things that it currently does not support but are planned:

- Blogging support

Contributions are welcome!

E
Evan You 已提交
37 38
## Development

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

E
Evan You 已提交
41
``` bash
42 43
yarn
yarn dev # serves VuePress' own docs with itself
E
Evan You 已提交
44 45
```

E
Evan You 已提交
46 47
## License

L
ldrovira 已提交
48
[MIT](./LICENSE)