update: Node.js 环境配置

This commit is contained in:
qianguyihao
2020-04-13 19:00:31 +08:00
parent 83c641b22c
commit d6b0277f05
9 changed files with 265 additions and 119 deletions

View File

@@ -50,13 +50,6 @@
中国区的高分项目,都在这里了。
- GitHub 中国区排名:<https://githuber.cn/search?language=JavaScript>
这个网站虽然比较小众,但排名还是相对比较准的。
- GitHub 中国区排名:<http://githubrank.com/>
这个排名很久没更新了,早就不准了;而且还经常打不开。
- GitHub 全球排名:<https://gitstar-ranking.com/>
@@ -68,6 +61,15 @@
2019-12备注现在的 GitHub trending 已经不是严格按照新增的 star 数来排行了。所以说,这个排名,也不是那么权威了。
- GitHub 中国区排名:<https://githuber.cn/search?language=JavaScript>
这个网站虽然比较小众,但排名还是相对比较准的。
- GitHub 中国区排名:<http://githubrank.com/>
这个排名很久没更新了,早就不准了;而且还经常打不开。
## 资讯
- 36氪<https://36kr.com/>

View File

@@ -28,6 +28,11 @@
- 极客时间 App 的《数据结构与算法之美》
## Vue 教程
- 你也许不知道的 Vuejs<https://github.com/yugasun/You-May-Not-Know-Vuejs>
## 前端教程类
## 其他

View File

@@ -1,8 +1,15 @@
### 2020-04-09
- [使用 ImgBot 自动为 Github 项目优化图片](https://www.cnblogs.com/lfri/p/12257277.html)
### 2020-03-31
- [基于Vue2.0 + elementUI 后台管理平台](https://www.jianshu.com/p/deeddeabdef8)
这个elementUI的demo比较完整。项目地址在 [GitHub](https://github.com/xiahuahua/vue-admin-demo)上。