如何高效阅读Github源代码

直接把Chrome变成一个在线IDE。帮你把npm包都准备好,直接可以运行!

只要把 Github 地址改成https://stackblitz.com/github开头就可以了。

例如 Github 项目地址是

1
https://github.com/gothinkster/angular-realworld-example-app

改成

1
https://stackblitz.com/github/gothinkster/angular-realworld-example-app

Enjoy it!

2018-4-18 补充,只支持angular项目。。。不支持vue。。。

0%