# vue3_TS **Repository Path**: coderfeifei/vue3_TS ## Basic Information - **Project Name**: vue3_TS - **Description**: vue学习博客 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-08-30 - **Last Updated**: 2021-11-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: vuepress ## README ## 笔记 本文档线上访问地址: http://coderfeifei.gitee.io/vue3_ts ## 使用VuePress搭建github在线blog - 创建一个远程仓库 xxx_ts_study - 修改docs/.vuepress/config.js: base: '/xxx_ts_study/' - 打包文档: npm run doc:build - 将项目推送到github - git init - git add . - git commit -m "init" - git push origin master - 发布文档: npm run doc:deploy - 访问在线文档: https://zxfjd3g.github.io/xxx_ts_study/ (可能要等待一定的时间)