查看原文
其他

Github Awesome系列:超全前端资源汇总

CUGGZ 前端充电宝 2022-11-09

大家好,我是 CUGGZ。

GitHub 上的 Awesome 系列是一个汇总了优秀工具和资源的大集合。下面就来分享 Awesome 系列中前端相关的项目!

  • Awesome HTML5:https://github.com/diegocard/awesome-html5
  • Awesome CSS:https://github.com/awesome-css-group/awesome-css
  • Awesome JavaScript:https://github.com/sorrycc/awesome-javascript
  • Awesome TypeScript:https://github.com/semlinker/awesome-typescript
  • Awesome Vue.js:https://github.com/vuejs/awesome-vue
  • Awesome React:https://github.com/enaqx/awesome-react
  • Awesome React Hooks:https://github.com/rehooks/awesome-react-hooks
  • Awesome React Components:https://github.com/brillout/awesome-react-components
  • Awesome Angular:https://github.com/PatrickJS/awesome-angular
  • Awesome Nodejs:https://github.com/sindresorhus/awesome-nodejs
  • Awesome wechat weapp:https://github.com/justjavac/awesome-wechat-weapp
  • Awesome Webpack:https://webpack.js.org/awesome-webpack/
  • Awesome Vite.js:https://github.com/vitejs/awesome-vite
  • Awesome Electron:https://github.com/sindresorhus/awesome-electron
  • Awesome React Native:https://github.com/jondot/awesome-react-native
  • Awesome Lowcode:https://github.com/taowen/awesome-lowcode
  • Awesome Flutter:https://github.com/Solido/awesome-flutter
  • Awesome Rust:https://github.com/rust-unofficial/awesome-rust
  • Awesome Next.js:https://github.com/unicodeveloper/awesome-nextjs
  • Awesome Nuxt.js:https://github.com/nuxt-community/awesome-nuxt
  • Awesome NestJS:https://github.com/nestjs/awesome-nestjs
  • Awesome Web Security:https://github.com/qazbnm456/awesome-web-security
  • Awesome Font :https://github.com/FortAwesome/Font-Awesome
  • Awesome Mac:https://github.com/jaywcjlove/awesome-mac

最后,分享一个快速在编辑器中打开 Github 仓库源码的小技巧。只需将 github 域名的 com 改为 dev 或者在 github 域名后面添加一个1s,即可在 Web 端的 VS Code 中打开源码!

例如,对于:https://github.com/facebook/react ,改成以下任意一种即可:

  • https://github1s.com/facebook/react
  • https://github.dev/facebook/react


往期推荐:

面试率超高的JS事件循环,看这篇就够了

React 渲染的未来

图解 CSS Grid 布局

HTTP状态码完整指南

现代 CSS 颜色指南

前端必读书籍推荐

推荐12个值得学习的TypeScript宝库!

谈谈JS二进制:File、Blob、FileReader、ArrayBuffer、Base64

您可能也对以下帖子感兴趣

文章有问题?点此查看未经处理的缓存