An open API service indexing awesome lists of open source software.

https://github.com/eclass/static-site-generator

Useful for static sites and general documentation
https://github.com/eclass/static-site-generator

docs documentation generator help site

Last synced: about 1 month ago
JSON representation

Useful for static sites and general documentation

Awesome Lists containing this project

README

          

# VuePress
## Vue-powered Static Site Generator

## Include

* VuePress
* Plugin i18n
* Plugin Back to top
* Plugin Medium zoom
* Minimal configuration

> More info https://vuepress.vuejs.org/guide

## Install

`yarn`

## Dev server

`yarn start`

## Build for production

`yarn build`

Build directory: `docs/.vuepress/dist`