描述
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,自己部署前修改相
VuePress产品组合
具有投资组合和博客页面的VuePress网站准备部署并配置为林业(内容管理)
发展
# install VuePress locally
npm i -g vuepress
# cd into the VuePress directory
cd portfolio
# Start local dev server
vuepress dev
建造
# Build static files to .vuepress/dist
vuepress build
使用Netlify