
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:
$ pnpm installStart the development server
$ pnpm devBuild for production
$ pnpm buildDeploy your VuePress application to Vercel
$ vercel