在VS Code上读取GitHub的代码 GitHub与VS Code无缝衔接

只需要在浏览器地址栏 GitHub 网址链接中的「github 」后面添加 1s ,即可在 VS Code 界面访问该GitHub项目的 Repo 代码。  
项目地址:https://github.com/conwnet/github1s

例如想看的GitHub地址是:
https://github.com/facebook/react
浏览器访问:
https://github1s.com/facebook/react
 
github1s.com的访问界面模拟VS Code界面效果。


首先需要准备以下先决条件:

$ git clone git@github.com:conwnet/github1s.git
$ cd github1s
$ yarn
$ yarn watch
$ yarn serve # in another shell
$ # Then visit http://localhost:5000 once the build is completed.

并构建:

$ yarn
$ yarn build