运行

# 运行

运行:npm run dev

构建:npm run build
1
2
3

# 参考

参考1:https://juejin.cn/post/7041134607869149215?searchId=202312011340498D40ED2ED5AC2B6511A9#heading-4

重要参考:https://juejin.cn/post/7189073364365869093?searchId=202312011340498D40ED2ED5AC2B6511A9#heading-14

官网:https://vuepress.vuejs.org/zh/config/#title

gitee触发:https://juejin.cn/post/7293124262352650240?searchId=202312011340498D40ED2ED5AC2B6511A9#heading-5
1
2
3
4
5
6
7

# node版本

使用node:16.0.0以上的版本
1

# 准备

需要准备: 
1、vscode、node环境
2、拉取代码推荐使用sourcetree(免费)、fork(收费)
3、注意一般来说如果build失败了,可能是因为本地的.md引入本地资源报错

1
2
3
4
5

# 备注

push不了的话要ssh验证:https://github.com/settings/keys 

拉去不了:使用ssh来拉去,或者重置GitHub配置()

参考:https://blog.csdn.net/weixin_43928112/article/details/131196951
1
2
3
4
5
Last Updated: 2024/11/3 20:45:00