logo

# VuePress > Minimalistic docs generator with Vue component based layout system https://vuepress.vuejs.org/ ## Features - [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) - Service Worker Integration - Google Analytics Integration - A default theme with: - Responsive layout - Optional Homepage - Automatic basic typeahead search - 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: - Multi-Language Support - Algolia DocSearch Integration - Blogging support Contributions are welcome! ## Development > Please make sure your version of Node.js is greater than 8. ``` bash yarn yarn dev # serves VuePress' own docs with itself ``` ## License MIT