Back to Templates

VuePress
This directory is a brief example of a VuePress site that can be deployed to Vercel with zero-configuration.
Deploy Your Own
Live Example: https://vuepress-starter-template.vercel.app
Setup
Install the dependencies:
$ pnpm installDevelopment
Start the development server
$ pnpm devBuild the project
Build for production
$ pnpm buildDeploy
Deploy your VuePress application to Vercel
$ vercel

