Back to Vercel

VitePress

examples/vitepress/README.md

16.1.2765 B
Original Source

VitePress

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

Setup

Install the dependencies

bash
$ yarn install

Deploy Your Own

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

Setup

Install the dependencies:

bash
$ yarn install

Development

Start the development server

bash
$ yarn dev

Build the project

Build for production

bash
$ yarn build

Deploy

Deploy your VitePress application to Vercel

bash
$ vercel