描述
VuePress撰写博客
构建设置
# 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.sh脚本中,我这里用的github自带的gitpage,自己部署前修改相