vercel/vercel/examples/vitepress

Vercel's official vitepress template

vitepressjavascript
Loading...
vercel

VitePress

This directory is a brief example of a VitePress site that can be deployed to Vercel with zero-configuration.

Setup

Install the dependencies

$ yarn install

Deploy Your Own

Deploy with Vercel

Live Example: https://vitepress-starter-template.vercel.app

Setup

Install the dependencies:

$ yarn install

Development

Start the development server

$ yarn dev

Build the project

Build for production

$ yarn build

Deploy

Deploy your VitePress application to Vercel

$ vercel