Skip to content

xiaoyugege123/knowledge-xiaoyu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

小雨的学习记录

自动化提交部署上线(github page)

# 进行打包输出
call npm run docs:build

cd docs/.vuepress/dist

git init
git remote add origin https://github.com/xiaoyugege123/xiaoyugege123.github.io.git
git branch -M main
git add .
git commit -m "xiaoyu"

git push -f origin main

前端错误捕获和上报

About

小雨的学习记录

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published