Back to Vercel

VuePress

examples/vuepress/README.md

16.1.2694 B
Original Source

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:

bash
$ yarn install

Development

Start the development server

bash
$ yarn dev

Build the project

Build for production

bash
$ yarn build

Deploy

Deploy your VuePress application to Vercel

bash
$ vercel