提交 c13182e0 编写于 作者: E Evan You

readme

上级 3bc83826
# !!! WIP !!!
# VuePress
> Minimalistic docs generator with Vue component based layout system
## Goals
- Vue-powered: the layout system is a Vue app. It's also pre-rendered into static HTML. And you can register and use Vue components inside markdown content.
- Deep markdown customization to make using Vue inside markdown a breeze.
- Docs first: most of your content will be in Markdown.
- Largely gitbook compatible: should be easy to migrate existing gitbook docs over, and maintain original URLs.
- GitHub friendly: pages should be able to link to each other using relative links that ends in `.md`. Also should be able to infer relative position if a GitHub repo name is provided.
- Minimal: most of the additional things are expected to be done in your layout using plain Vue/JavaScript.
......@@ -2,6 +2,18 @@
> Minimalistic docs generator with Vue component based layout system
## Why
- Writing first: minimal setup, all you need is a markdown file.
- Vue-powered: the layout system is a Vue app. It's also pre-rendered into static HTML. And you can register and use Vue components inside markdown content.
- Flexible: develop with full power of webpack (hot-reload, pre-processors support), generate SEO-friendly static HTML, and works as an SPA after initial page load.
- Optimized for docs: many built-in markdown extensions and default theme features for writing great documentation.
- GitHub friendly: pages can link to each other using relative links that ends in `.md`, auto-generates GitHub link and page edit links if a repo is provided.
## Quickstart
``` bash
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册