Skip to content

Latest commit

 

History

History
 
 

vuepress

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

VuePress

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

Deploy Your Own

Deploy with Vercel

Live Example: https://vuepress-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 VuePress application to Vercel

$ vercel