Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 390 Bytes

README.md

File metadata and controls

14 lines (14 loc) · 390 Bytes

文档

使用VuePress搭建github在线blog

  • 创建一个远程仓库
  • 修改docs/.vuepress/config.js: base: '/${自定义路径}/'
  • 打包文档: npm run build
  • 将项目推送到github
    git init
    git add .
    git commit -m "init"
    git push origin master
  • 发布文档: npm run deploy
  • 访问在线文档: https://sanm-zh.github.io/vue3-doc/