Vue_Blog用Vuepress搭建的一个个人博客,通过github免费托管。起步安装vuepress yarnnpm install -g vuepress yarn clone 官方Demogit clone git@github.com:docschina/vuepress.git 启动服务cd vuepress //进入项目根目录 yarn //安装依赖 yarn dev //启动服务 更多详情参考个人博客