Skip to content
This repository has been archived by the owner on Mar 6, 2023. It is now read-only.

lazy-assedninja/VuePress-Blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VuePress-Blog

Powered by vuepress-theme-reco

Environment

  • Yarn 1.22.17

Getting Started

Install dependencies:

yarn install

Build

Build directory as a static site:

yarn build

Run

Serve the documentation site in the local server:

yarn dev