项目模板:https://github.com/gothinkster/realworld
博客:V8: https://v8.dev/
Chromium:https://blog.chromium.org/
Google:https://web.dev/blog/
React Dan:https://overreacted.io/
Chrome Manager:https://medium.com/@addyosmani
Google Chrome Developer: https://jakearchibald.com/
Vue: https://zhuanlan.zhihu.com/evanyou
设计模式:https://www.cnblogs.com/TomXu/archive/2011/12/15/2288411.html
司徒正美:https://www.cnblogs.com/rubylouvre/
Egg:https://www.yuque.com/egg
Taobao: https://fed.taobao.org/blogs/?spm=taofed.homepage.header.3.7eab5ac8VeGZCx
腾讯:http://www.alloyteam.com/page/0/
网易:https://zhuanlan.zhihu.com/musicfe
编码规范 https://github.com/ecomfe/spec
JavaScript权威指南pdf版 http://rjxz7.gds.name/2015/JavaScriptqwzn6.pdf
git 简易指南 http://rogerdudler.github.io/git-guide/index.zh.html
svn 手册 http://svnbook.red-bean.com/nightly/zh/index.html
史上最全设计模式导学目录 https://blog.csdn.net/lovelion/article/details/17517213
koa实战项目教程 https://github.com/ikcamp/koa2-tutorial
博客工具
git book http://www.chengweiyang.cn/gitbook/index.html
vuepress https://www.vuepress.cn/
《CSS选择器》作者 张鑫旭:https://www.zhangxinxu.com/
木易杨前端进阶 https://muyiy.cn/blog/
冴羽 https://github.com/mqyqingfeng/Blog
cesium介绍 http://cesium.marsgis.cn/go.html?id=cesium-started
Vue 相关源码地址:
vue2.0 https://github.com/vuejs/vue
Vue3.0 https://github.com/vuejs/vue-next
Vuex https://github.com/vuejs/vuex
Vue-Router https://github.com/vuejs/vue-router
Nuxt https://github.com/nuxt
LRU缓存机制:
介绍:https://baike.baidu.com/item/LRU
LeetCode: https://leetcode-cn.com/problems/lru-cache/solution/lru-huan-cun-ji-zhi-by-leetcode/
最佳实践: https://github.com/isaacs/node-lru-cache