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