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
- Host: GitHub
- URL: https://github.com/eclass/static-site-generator
- Owner: eclass
- Created: 2019-10-16T23:04:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-19T06:16:04.000Z (over 4 years ago)
- Last Synced: 2025-08-25T07:27:45.103Z (7 months ago)
- Topics: docs, documentation, generator, help, site
- Size: 546 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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`