vuepress-base

Starter template for a VuePress site

Build Status

One-click Deploy

Deploy to Netlify

Local Development

To try it out locally, clone this repo and generate a static site

git clone https://github.com/anishkny/vuepress-base
cd vuepress-base
npm install
npm run build

For more information, see VuePress Docs