# Study **Repository Path**: CreatShare/Study ## Basic Information - **Project Name**: Study - **Description**: CreatShare前端学习资源汇总 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2016-10-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CreatShare前端学习资源汇总 整理了一下我所知道的一些学习资源,供大家参考,欢迎贡献。 ## HTML * [HTML标签集合](https://developer.mozilla.org/zh-CN/docs/Web/Guide/HTML/HTML5/HTML5_element_list),了解在什么情况下应该使用什么标签,使页面具有良好的语义化。 * [head头标签](http://fex.baidu.com/blog/2014/10/html-head-tags/) ## CSS * [CSS参考手册](http://css.doyoe.com/),包含了几乎CSS的所有内容,推荐详细阅读。 * [元素的水平,竖直居中](http://developer.51cto.com/art/201310/412634.htm)。 * [CSS词汇表](http://yisibl.github.io/css-vocabulary/),帮助更更好的掌握CSS。 * [CSS触发reflow,repaint查询表](http://csstriggers.com/) * [帮助做CSS动画的可视化贝赛尔曲线](http://cubic-bezier.com/#.17,.67,.83,.67) * [Webkit私有CSS属性](http://ued.ctrip.com/webkitcss/index.html) * [缓动函数速查表](http://easings.net/zh-cn) * [input控件自定义](http://tjvantoll.com/2013/04/15/list-of-pseudo-elements-to-style-form-controls/) ## JavaScript * [JS详细知识](https://developer.mozilla.org/zh-CN/docs/Web/JavaScript),推荐以此来学习。 * [ES6入门](http://es6.ruanyifeng.com/),推荐学习。 * [jQuery API中文在线文档](http://www.css88.com/jqapi-1.9/) * [jQuery源码可视化分析](http://davestewart.io/resources/javascript/deconstructed/jquery/) * [jQuery API原生方式实现](http://youmightnotneedjquery.com/) * [Zepto中文文档](http://www.css88.com/doc/zeptojs_api/) * [JavaScript标准参考教程](http://javascript.ruanyifeng.com/),推荐详细阅读。 * [详解this](http://zhengrenzhe.gitcafe.io/2015/07/23/this/) * [Promise教程](http://liubin.github.io/promises-book/) * [JavaScript API在线演示](http://www.javascripture.com/) * [正则表达式快速学习](http://doslin.com/regular%20expressions/2014/03/11/learn-regular-expressions-in-about-55-minutes.html) ## NodeJS * [NodeJS官方API文档](https://nodejs.org/api/) * [NodeJS简单教程](https://0532.gitbooks.io/nodejs/content/) * [NodeJS中文API文档](http://nodeapi.ucdok.com/#/api/),有点老。 ## 单元测试 * mocha ## 解决方案 * [阿里移动Web解决方案](http://am-team.github.io/amg/dev-exp-doc.html) * [腾讯移动Web解决方案](http://alloyteam.github.io/Spirit/modules/Standard/) * [Web缓存](http://www.alloyteam.com/2012/03/web-cache-1-web-cache-overview/),推荐阅读。 ## 综合工具类 * [Web开发语言浏览器支持情况查询](http://help.dottoro.com/) * [SASS入门](http://www.ruanyifeng.com/blog/2012/06/sass.html) * [Gulp入门指南](http://www.gulpjs.com.cn/docs/getting-started/) * [图片压缩](https://tinypng.com/) ## git * [Pro Git](http://jingxuan.io/progit/0-ProGit.html),推荐详细阅读 * [多人开发下的git操作](http://zhengrenzhe.gitcafe.io/2015/06/15/git/) ## Linux * [shell入门](http://c.biancheng.net/cpp/shell/) * [linux命令文档](http://linux.die.net/) * [linux工具快速教程](http://linuxtools-rst.readthedocs.org/zh_CN/latest/index.html) ## 热点技术,工具,框架,库 * SASS(SCSS) * LESS * Angularjs * React * React Native * Vue * Webpack * Gulp * NodeJS * RESTful API * CSS Module * CSS Next * ES6 * WebComponents ## 书单 * JavaScript高级程序设计 * JavaScript DOM高级程序设计 * JavsScript语言精粹 * 图解HTTP * HTTP权威指南 * JavaScript异步编程 * 数据结构与算法JavaScript描述 * JavaScript启示录 * HTML5秘籍 * HTML5 Canvas核心技术