Join us at Jamstack Conf Virtual, October 6-7. Register now!
Minimal setup with markdown-centered project structure helps you focus on writing.
Enjoy the dev experience of Vue + webpack, use Vue components in markdown, and develop custom themes with Vue.
VuePress generates pre-rendered static HTML for each page, and runs as an SPA once a page is loaded.
# install
npm install -g vuepress
# create a markdown file
echo "# Hello VuePress" > README.md
# start writing
vuepress dev
# build to static files
vuepress build
StaticGen is hosted and maintained by Netlify, the perfect way to deploy your Jamstack sites and apps.