|
40 | 40 |
|
41 | 41 | > 欢迎关注公众号:**前端GitHub**,每周会有一到三篇的文章推送,后台回复 “**电子书**”,获取 160+ 本前端精华电子书哦。
|
42 | 42 |
|
43 |
| -<div align="center"> |
| 43 | +<!-- <div align="center"> |
44 | 44 |
|
45 | 45 | 
|
46 | 46 |
|
47 |
| -</div> |
| 47 | +</div> --> |
| 48 | + |
| 49 | +## 目录 |
| 50 | + |
| 51 | +- [简介](#简介) |
| 52 | +- [目录](#目录) |
| 53 | +- [文章](#文章) |
| 54 | + - [| 软技能](#-软技能) |
| 55 | + - [| 面试专题](#-面试专题) |
| 56 | + - [| 简历专题](#-简历专题) |
| 57 | + - [| JavaScript](#-javascript) |
| 58 | + - [| 前端必备在线工具](#-前端必备在线工具) |
| 59 | + - [| 管理后台 admin](#-管理后台-admin) |
| 60 | + - [| 逼格满满的 PPT](#-逼格满满的-ppt) |
| 61 | + - [| 数据结构与算法](#-数据结构与算法) |
| 62 | + - [| CSS 学习专题](#-css-学习专题) |
| 63 | + - [| 小程序](#-小程序) |
| 64 | + - [| 前端的代码规范](#-前端的代码规范) |
| 65 | + - [| 开发思想](#-开发思想) |
| 66 | + - [| 技术社区](#-技术社区) |
| 67 | + - [| 博客团队](#-博客团队) |
| 68 | + - [| GitHub 统计](#-github-统计) |
| 69 | + - [| 前端大会](#-前端大会) |
| 70 | + - [| 打包工具](#-打包工具) |
| 71 | + - [| 调试抓包](#-调试抓包) |
| 72 | + - [| 开发工具](#-开发工具) |
| 73 | + - [| 图标](#-图标) |
| 74 | + - [| 色彩](#-色彩) |
| 75 | + - [| 插画](#-插画) |
| 76 | + - [| 图片](#-图片) |
| 77 | + - [| 设计工具](#-设计工具) |
| 78 | + - [| WEB 技术清单](#-web-技术清单) |
| 79 | + - [| 学习资源](#-学习资源) |
| 80 | +- [推荐项目](#推荐项目) |
| 81 | +- [撩我](#撩我) |
| 82 | + |
48 | 83 |
|
49 | 84 | ## 文章
|
50 | 85 |
|
|
59 | 94 | | --- | --- |
|
60 | 95 | | GitHub 官方文档:使用、搜索、管理开源项目 | [https://docs.github.com/cn](https://docs.github.com/cn) |
|
61 | 96 |
|
| 97 | +[⬆️ 返回首页](#目录) |
62 | 98 |
|
63 | 99 | ### | 面试专题
|
64 | 100 |
|
|
80 | 116 | | Front-End-Interview-Notebook:前端复习笔记 | [https://github.com/CavsZhouyou/Front-End-Interview-Notebook](https://github.com/CavsZhouyou/Front-End-Interview-Notebook) |
|
81 | 117 | | FE-Interview:前端面试必备题库 | [https://github.com/lgwebdream/FE-Interview](https://github.com/lgwebdream/FE-Interview) |
|
82 | 118 |
|
| 119 | +
628C
[⬆️ 返回首页](#目录) |
| 120 | + |
83 | 121 | ### | 简历专题
|
84 | 122 |
|
85 | 123 | - [**10 个 GitHub 上最火的程序员简历项目,2021 金三银四必备!**](https://github.com/biaochenxuying/FrontEndGitHub/issues/15)
|
|
99 | 137 | | biaochenxuying:非常自由的自定义的前端程序员模版 | [https://github.com/biaochenxuying/blog/blob/master/resume/resume.md](https://github.com/biaochenxuying/blog/blob/master/resume/resume.md) |
|
100 | 138 | | github-readme-stats:在你的 README 中获取动态生成的 GitHub 统计信息 | [https://github.com/anuraghazra/github-readme-stats](https://github.com/anuraghazra/github-readme-stats) |
|
101 | 139 |
|
| 140 | +[⬆️ 返回首页](#目录) |
| 141 | + |
102 | 142 | ### | JavaScript
|
103 | 143 |
|
104 | 144 | - [**12 个 GitHub 上超火的 JavaScript 奇技淫巧项目,找到写 JavaScript 的灵感!**](https://github.com/biaochenxuying/FrontEndGitHub/issues/14)
|
|
120 | 160 | | TypeScript 入门教程:从 JavaScript 程序员的角度总结思考,循序渐进的理解 TypeScript | [https://ts.xcatliu.com](https://ts.xcatliu.com) |
|
121 | 161 | | w3school:前端必须知道的 Web 技术教程平台 | [https://www.w3school.com.cn/js/index.asp](https://www.w3school.com.cn/js/index.asp) |
|
122 | 162 |
|
| 163 | +[⬆️ 返回首页](#目录) |
123 | 164 |
|
124 | 165 | ### | 前端必备在线工具
|
125 | 166 |
|
|
154 | 195 | | toptal:多张图片合成雪碧图,并生成对应 css | [https://www.toptal.com/developers/css/sprite-generator](https://www.toptal.com/developers/css/sprite-generator) |
|
155 | 196 | | tool:众多工具集合,包括时间戳转换,进制转换等 | [https://tool.lu/](https://tool.lu/) |
|
156 | 197 |
|
| 198 | +[⬆️ 返回首页](#目录) |
157 | 199 |
|
158 | 200 | ### | 管理后台 admin
|
159 | 201 |
|
|
174 | 216 | | eladmin:SpringBoot、Jpa、Security、Redis、Vue 等前后端前沿技术开发 | [https://github.com/elunez/eladmin](https://github.com/elunez/eladmin) |
|
175 | 217 | | AdminLTE:是一个完全响应的管理模板。基于 Bootstrap 4.5 框架以及 JS / jQuery 插件 | [https://github.com/almasaeed2010/AdminLTE](https://github.com/almasaeed2010/AdminLTE) |
|
176 | 218 |
|
177 |
| - |
| 219 | +[⬆️ 返回首页](#目录) |
178 | 220 |
|
179 | 221 | ### | 逼格满满的 PPT
|
180 | 222 |
|
|
187 | 229 | | reveal-md:使用 Markdown 来做 PPT 展示的开源项目 | [https://github.com/webpro/reveal-md](https://github.com/webpro/reveal-md) |
|
188 | 230 | | reveal.js:使用 html、markdown 写静态的文本,创建功能齐全且美观的 PPT | [https://github.com/hakimel/reveal.js](https://github.com/hakimel/reveal.js) |
|
189 | 231 |
|
| 232 | +[⬆️ 返回首页](#目录) |
190 | 233 |
|
191 | 234 | ### | 数据结构与算法
|
192 | 235 |
|
|
206 | 249 | | JavaScript 更多 ... | [https://github.com/search?l=JavaScript&o=desc&q=algo&s=stars&type=Repositories](https://github.com/search?l=JavaScript&o=desc&q=algo&s=stars&type=Repositories) |
|
207 | 250 |
|
208 | 251 |
|
| 252 | +[⬆️ 返回首页](#目录) |
209 | 253 |
|
210 | 254 | ### | CSS 学习专题
|
211 | 255 |
|
|
227 | 271 | | stylus:富有表现力、动态、健壮的 CSS | [https://stylus-lang.com/](https://stylus-lang.com/) |
|
228 | 272 |
|
229 | 273 |
|
| 274 | +[⬆️ 返回首页](#目录) |
| 275 | + |
| 276 | +### | 小程序 |
| 277 | + |
| 278 | + |
| 279 | +| 项目 | 地址 | |
| 280 | +| --- | --- | |
| 281 | +| mpvue:基于 Vue.js 的小程序开发框架,从底层支持 Vue.js 语法和构建工具体系 | [https://github.com/Meituan-Dianping/mpvue](https://github.com/Meituan-Dianping/mpvue) | |
| 282 | +| wepy:小程序组件化开发框架 | [https://github.com/Tencent/wepy](https://github.com/Tencent/wepy) | |
| 283 | +| westore:微信小程序解决方案 - 1KB javascript 覆盖状态管理、跨页通讯、插件开发和云数据库开发 | [https://github.com/Tencent/westore](https://github.com/Tencent/westore) | |
| 284 | +| ColorUI:鲜亮的高饱和色彩,专注视觉的小程序组件库 | [https://github.com/weilanwl/ColorUI](https://github.com/weilanwl/ColorUI) | |
| 285 | +| Gitter:采用 Taro 框架 + Taro UI 进行开发的 demo , 可能是目前颜值最高的 GitHub 微信小程序客户端 | [https://github.com/huangjianke/Gitter](https://github.com/huangjianke/Gitter) | |
| 286 | +| Taro:多端统一开发框架,支持用 React 的开发方式编写一次代码 | [https://github.com/NervJS/taro](https://github.com/NervJS/taro) | |
| 287 | +| Painter:小程序生成图片库,轻松通过 json 方式绘制一张可以发到朋友圈的图片 | [https://github.com/Kujiale-Mobile/Painter](https://github.com/Kujiale-Mobile/Painter) | |
| 288 | +| kbone:Web 与小程序同构解决方案,微信官方 | [https://github.com/wechat-miniprogram/kbone](https://github.com/wechat-miniprogram/kbone) | |
| 289 | + |
| 290 | +[⬆️ 返回首页](#目录) |
230 | 291 |
|
231 | 292 | ### | 前端的代码规范
|
232 | 293 |
|
|
247 | 308 | | ESLint | [https://eslint.org/](https://eslint.org/) |
|
248 | 309 | | Prettier | [https://prettier.io/](https://prettier.io/) |
|
249 | 310 |
|
| 311 | +[⬆️ 返回首页](#目录) |
250 | 312 |
|
251 | 313 | ### | 开发思想
|
252 | 314 |
|
|
258 | 320 | | --- | --- |
|
259 | 321 | | hacker-laws:最常见的定律、原则等 | [https://github.com/nusr/hacker-laws-zh](https://github.com/nusr/hacker-laws-zh) |
|
260 | 322 |
|
| 323 | +[⬆️ 返回首页](#目录) |
261 | 324 |
|
262 | 325 | ### | 技术社区
|
263 | 326 |
|
|
277 | 340 | | W3cplus:是一个致力于推广国内前端行业的技术博客 | [https://www.w3cplus.com/](https://www.w3cplus.com/) |
|
278 | 341 | | 印记中文:是最权威是技术中文文档社区 | [https://docschina.org/](https://docschina.org/) |
|
279 | 342 |
|
280 |
| - |
| 343 | +[⬆️ 返回首页](#目录) |
281 | 344 |
|
282 | 345 | ### | 博客团队
|
283 | 346 |
|
|
295 | 358 | | 美团技术团队 | [https://tech.meituan.com/](https://tech.meituan.com/) |
|
296 | 359 | | 夜尽天明 | [https://github.com/biaochenxuying/blog](https://github.com/biaochenxuying/blog) |
|
297 | 360 |
|
| 361 | +[⬆️ 返回首页](#目录) |
298 | 362 |
|
299 | 363 | ### | GitHub 统计
|
300 | 364 |
|
|
304 | 368 | | GitHub 全球排名:这个排名很权威 | [https://gitstar-ranking.com/](https://gitstar-ranking.com/) |
|
305 | 369 | | GitHub 中文排行榜、高分优秀中文项目 | [https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts](https://github.com/kon9chunkit/GitHub-Chinese-Top-Charts) |
|
306 | 370 |
|
| 371 | +[⬆️ 返回首页](#目录) |
307 | 372 |
|
308 | 373 | ### | 前端大会
|
309 | 374 |
|
|
316 | 381 | | 中国 CSS 开发者大会:提高 css 开发姿势的大会 | [https://css.w3ctech.com/](https://css.w3ctech.com/) |
|
317 | 382 | | D2 前端技术论坛:阿里巴巴举办,分享技术的乐趣,探讨行业的发展 | [http://d2forum.alibaba-inc.com/](http://d2forum.alibaba-inc.com/) |
|
318 | 383 |
|
| 384 | +[⬆️ 返回首页](#目录) |
319 | 385 |
|
320 |
| -### | 构建 |
| 386 | +### | 打包工具 |
321 | 387 |
|
322 | 388 |
|
323 | 389 | | 项目 | 地址 |
|
|
329 | 395 | | Babel | [https://babeljs.io/](https://babeljs.io/) |
|
330 | 396 | | ESLint:可组装的 JavaScript 和 JSX 检查工具 | [https://cn.eslint.org/](https://cn.eslint.org/) |
|
331 | 397 | | PostCSS:用 JavaScript 工具和插件转换 CSS 代码的工具 | [https://www.postcss.com.cn/](https://www.postcss.com.cn/) |
|
| 398 | +| rollup: 打包 npm 库 | [https://github.com/rollup/rollup](https://github.com/rollup/rollup) | |
| 399 | +| parcel: 和 webpack 类似的打包工具 | [https://github.com/parcel-bundler/parcel](https://github.com/parcel-bundler/parcel) | |
| 400 | +| systemjs:针对一些特殊场景会比较有用,比如云 ide,支付宝小程序 IDE 等 | [https://github.com/systemjs/systemjs](https://github.com/systemjs/systemjs) | |
| 401 | +| microbundle:基于 rollup,简化配置 | [https://github.com/developit/microbundle](https://github.com/developit/microbundle) | |
| 402 | +| bili:基于 rollup,同上 | [https://github.com/egoist/bili](https://github.com/egoist/bili) | |
| 403 | +| vue-cli:vue 命令行工具 | [https://github.com/vuejs/vue-cli](https://github.com/vuejs/vue-cli) | |
| 404 | +| create-react-app:react 官方脚手架 | [https://github.com/facebook/create-react-app](https://github.com/facebook/create-react-app) | |
| 405 | +| prepack:通过预先执行的方式优化打包结果 | [https://github.com/facebook/prepack](https://github.com/facebook/prepack) | |
| 406 | +| swc:基于 rust 的语法转换器,babel 的竞争者 | [https://github.com/swc-project/swc](https://github.com/swc-project/swc) | |
| 407 | +| nathan/pax:基于 rust,据说是这个星球最快的 JavaScript 打包工具 | [https://github.com/nathan/pax](https://github.com/nathan/pax) | |
| 408 | +| pikapkg/web: 浏览器里跑 npm 依赖,面向现代浏览器 | [https://github.com/pikapkg/web](https://github.com/pikapkg/web) | |
| 409 | +| lebab/lebab:把 es5 代码转成 es6,反向 babel | [https://github.com/lebab/lebab](https://github.com/lebab/lebab) | |
| 410 | +| snowpack:现代Web的更快打包工具系统 | [https://github.com/pikapkg/snowpack](https://github.com/pikapkg/snowpack) | |
| 411 | + |
| 412 | + |
| 413 | + |
| 414 | +[⬆️ 返回首页](#目录) |
332 | 415 |
|
333 | 416 | ### | 调试抓包
|
334 | 417 |
|
|
339 | 422 | | Easy Mock | [https://www.easy-mock.com](https://www.easy-mock.com/) |
|
340 | 423 | | Fiddler:代理抓包工具 | [https://www.telerik.com/fiddler](https://www.telerik.com/fiddler) |
|
341 | 424 |
|
| 425 | +[⬆️ 返回首页](#目录) |
342 | 426 |
|
343 | 427 | ### | 开发工具
|
344 | 428 |
|
|
350 | 434 | | WebStorm | [https://www.jetbrains.com/webstorm/](https://www.jetbrains.com/webstorm/) |
|
351 | 435 | | Atom | [https://atom.io/](https://atom.io/) |
|
352 | 436 |
|
| 437 | +[⬆️ 返回首页](#目录) |
353 | 438 |
|
354 | 439 | ### | 图标
|
355 | 440 |
|
|
363 | 448 | | Material Design Icons | [https://material.io/resources/icons/](https://material.io/resources/icons/) |
|
364 | 449 | | Tabler Icons:681 枚可定制的开源 SVG 图标 | [https://tablericons.com/](https://tablericons.com/) |
|
365 | 450 |
|
| 451 | +[⬆️ 返回首页](#目录) |
366 | 452 |
|
367 | 453 | ### | 色彩
|
368 | 454 |
|
|
377 | 463 | | Colors and Fonts:色彩和字体工具 | [https://colorsandfonts.com/](https://colorsandfonts.com/) |
|
378 | 464 | | Coolors:配色方案生成工具 | [https://coolors.co/](https://coolors.co/) |
|
379 | 465 |
|
380 |
| - |
| 466 | +[⬆️ 返回首页](#目录) |
381 | 467 |
|
382 | 468 | ### | 插画
|
383 | 469 |
|
|
391 | 477 | | Blobmaker:在线 SVG 形状生成器 | [https://www.blobmaker.app/](https://www.blobmaker.app/) |
|
392 | 478 | | Get Waves:在线 SVG 波形生成器 | [https://getwaves.io/](https://getwaves.io/) |
|
393 | 479 |
|
394 |
| - |
| 480 | +[⬆️ 返回首页](#目录) |
395 | 481 |
|
396 | 482 | ### | 图片
|
397 | 483 |
|
|
409 | 495 | | Online Image Compressor:在线图片压缩工具,一次可以压缩多达 20 张图片 | [https://imagecompressor.com/](https://imagecompressor.com/) |
|
410 | 496 | | Bulk Resize Photos:最快的在线图片缩放工具(图片缩放和压缩在本地完成,无需上传到服务器 | [https://bulkresizephotos.com/en](https://bulkresizephotos.com/en) |
|
411 | 497 |
|
| 498 | +[⬆️ 返回首页](#目录) |
412 | 499 |
|
413 | 500 | ### | 设计工具
|
414 | 501 |
|
|
419 | 506 | | 蓝湖:一款产品文档和设计图的在线协作平台 | [https://lanhuapp.com](https://lanhuapp.com) |
|
420 | 507 | | PxCook(像素大厨):高效易用的自动标注工具 | [https://www.fancynode.com.cn/pxcook](https://www.fancynode.com.cn/pxcook) |
|
421 | 508 |
|
| 509 | +[⬆️ 返回首页](#目录) |
422 | 510 |
|
423 | 511 | ### | WEB 技术清单
|
424 | 512 |
|
|
444 | 532 |
|
445 | 533 | 
|
446 | 534 |
|
| 535 | +[⬆️ 返回首页](#目录) |
447 | 536 |
|
448 | 537 | ### | 学习资源
|
449 | 538 |
|
450 | 539 | - [1. **160+ 本技术类常用精华电子书开源了,包括 前端、后端、数据结构与算法、计算机基础、设计模式、数据库等书籍**](https://github.com/biaochenxuying/awesome-books)
|
451 | 540 | - [2. 极客时间上的《TypeScript 开发实战》课程资源,包含课件、思维导图、课程源代码](https://github.com/biaochenxuying/blog/tree/master/typescript-in-action)
|
452 | 541 | - [3. 视频资料分享 - Vue、React、Node、MongoDB 全栈、打造商城系统、实战项目汇总](https://mp.weixin.qq.com/s/7f767Y5FHM9i2_GeUSz-Iw)
|
453 | 542 |
|
| 543 | +[⬆️ 返回首页](#目录) |
454 | 544 |
|
455 | 545 | ## 推荐项目
|
456 | 546 |
|
|
0 commit comments