mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-20 18:55:52 +10:00
6471d4f9db3345a4c3177584afc4fcbd7bb511d8
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.
-
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.
Languages
JavaScript
63.5%
Vue
22.4%
TypeScript
10.7%
Stylus
3.2%
HTML
0.2%