vscode的源码插件GitHub Repositories

打铁还需自身硬,需要不断提升自我,提升自我的一种方式就是看源码,站在更高的维度去理解底层原理,以便以后更好的开发和解决问题,由于源码一个动不动就是几个G甚至十几个G,如果一个个源码下载下来,那对咱们的网络和硬盘空间带来巨大的挑战,下面就介绍下vscode看前端工具GitHub Repositories看源码的路子,有点按需加载的意思,方便,快速,也希望通过源码的学习,大家能提升自我:

需要github登录:

github源码列表:

react:https://github.com/facebook/react

vuejs:https://github.com/vuejs/core

vue-router:https://github.com/vuejs/vue-router

vue-vuex:https://github.com/vuejs/vuex

vue2(inactive repository):https://github.com/vuejs/vue

V8 JavaScript Engine:https://github.com/v8/v8

Chromium Browser Source code:https://github.com/chromium/chromium

Lodash source code:https://github.com/lodash/lodash

resize-observer:https://github.com/juggle/resize-observer

Nodejs source code:https://github.com/nuysoft/Mock

各个源码切换(选中,点右箭头):

相关推荐
cliffordl1 小时前
vscode 环境搭建
ide·vscode·编辑器
JANGHIGH1 小时前
VSCode引用Eigen库无法识别问题解决
ide·vscode·编辑器
我就是全世界2 小时前
开源集成开发环境搭建之VSCode启动Jupyter Notebook
ide·vscode·jupyter
GoppViper4 小时前
golang学习笔记29——golang 中如何将 GitHub 最新提交的版本设置为 v1.0.0
笔记·git·后端·学习·golang·github·源代码管理
贩卖纯净水.13 小时前
白月光git
git·github
科研小白_d.s13 小时前
vscode配置c/c++环境
c语言·c++·vscode
程序猿进阶20 小时前
如何在 Visual Studio Code 中反编译具有正确行号的 Java 类?
java·ide·vscode·算法·面试·职场和发展·架构
猿饵块20 小时前
vscode
ide·vscode·编辑器
AI逍遥子1 天前
如何从github上clone项目
github
iBaoxing1 天前
如何在 Fork 的 GitHub 项目中保留自己的修改并同步上游更新?github_fork_update
github