This directory is a brief example of a VuePress site that can be deployed to Vercel with zero-configuration.
Live Example: https://vuepress-starter-template.vercel.app
Install the dependencies:
$ yarn installStart the development server
$ yarn devBuild for production
$ yarn buildDeploy your VuePress application to Vercel
$ vercel