Skip to content

zyq190308/vuepress-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Description

Write Blog by VuePress

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run docs:dev

# build for production with minification
npm run docs:build

# deploy
npm run deploy

Deploy

部署步骤在deploy.sh脚本中,我这里用的github自带的gitpage,自己部署前修改相应的gitpage仓库地址。