Files
vuepress/docs
2018-04-09 12:34:33 -04:00
..
2018-04-09 12:34:33 -04:00
2018-04-09 12:11:49 -04:00
2018-04-06 19:06:45 -04:00
2018-04-08 00:59:30 -04:00
2018-04-08 00:59:30 -04:00
wip
2018-04-04 20:18:42 -04:00
2018-04-07 16:26:28 -04:00
2018-04-08 17:25:02 -04:00
2018-04-08 00:59:30 -04:00
2018-04-08 00:59:30 -04:00

VuePress

Minimalistic docs generator with Vue component based layout system

Why

  • Writing First: minimal setup, all you need is a markdown file.

  • Vue-powered: Use custom Vue components inside markdown, and develop custom themes using Vue single file components.

  • Great Dev Experience: enjoy the same enjoyable development experience of a Vue app. Leverage the full power of webpack (hot-reload, pre-processors), 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: source markdown files can link to each other using relative links that ends in .md so they are also readable on GitHub, auto-generates page edit links if a repo is provided.