Skip to content

greglgomez/john-company-rules

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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