Skip to content

patricio-armijo/vuepress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

📝 Minimalistic Vue-powered static site generator

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 65.3%
  • Vue 27.8%
  • CSS 5.8%
  • Other 1.1%