Updating conversion, creating readmes

This commit is contained in:
Jonas Zeunert
2024-04-19 23:37:46 +02:00
parent 3619ac710a
commit 08e75b0f0a
635 changed files with 30878 additions and 37344 deletions

View File

@@ -1,11 +1,11 @@
 前端组件库
 前端组件库
>搭建web app常用的样式/组件等收集列表(移动优先)
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
- 一个常用的PHP类库, 资源以及技巧列表 awesome-php (https://github.com/JingwenTian/awesome-php/) 推荐
―――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――――
0. 前端自动化(Workflow)
@@ -880,7 +880,7 @@
- cure53/DOMPurify (https://github.com/cure53/DOMPurify) - HTML过滤 防止 XSS 攻击
- ajv-validator/ajv (https://github.com/ajv-validator/ajv) - 校验json-schema数据格式 
 ES6( ECMAScript 2015 )
 ES6( ECMAScript 2015 )
ES6转码器(ES6 to ES5)
@@ -897,13 +897,13 @@
- es6features (https://github.com/lukehoban/es6features)
 设计模式( JavaScript Patterns )
 设计模式( JavaScript Patterns )
- javascript-patterns (https://github.com/shichuan/javascript-patterns)
- jquery-patterns - A variety of jQuery plugin patterns (https://github.com/jquery-boilerplate/jquery-patterns)
- Learning JavaScript Design Patterns (http://addyosmani.com/resources/essentialjsdesignpatterns/book/)
 在线工具( Online Tools )
 在线工具( Online Tools )
- jsbin - Collaborative JavaScript Debugging App (http://jsbin.com)
 - jsbin@Github (https://github.com/jsbin/jsbin)
@@ -911,7 +911,7 @@
- jsbeautifier - Online JavaScript beautifier (http://jsbeautifier.org/)
- resume.github.com (http://resume.github.io)
 前端开发工具
 前端开发工具
1. 开发工具
@@ -984,7 +984,7 @@
- Glyphter (http://glyphter.com/) - The SVG Font Machine
- Free Perfect Icons (https://www.designrush.com/resources/perfecticons) - 矢量图 svg 图标下载
 前端参考集
 前端参考集
- i0natan/nodebestpractices (https://github.com/i0natan/nodebestpractices/blob/master/README.chinese.md) - Node.js 最佳实践
- frontend-guidelines - Some HTML, CSS and JS best practices. (https://github.com/bendc/frontend-guidelines)
@@ -1016,7 +1016,7 @@
- storybooks/storybook (https://github.com/storybooks/storybook) - 各大公司的 UI 组件库的 Storybook 展示 https://storybook.js.org/examples/
- LEARN REGEX THE EASY WAY (https://github.com/ziishaned/learn-regex/blob/master/translations/README-cn.md) - 正则表达式学习
 书籍( Frontend-related Books )
 书籍( Frontend-related Books )
- Front-End Developer Handbook 2016 (https://www.frontendhandbook.com/index.html)
- Front-End Developer Handbook 2017 (https://frontendmasters.com/books/front-end-handbook/2017/)