Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wangxingkang/awesome-frontend
前端程序猿工具箱
https://github.com/wangxingkang/awesome-frontend
List: awesome-frontend
awesome-frontend css frontend javascript react typescript
Last synced: 2 months ago
JSON representation
前端程序猿工具箱
- Host: GitHub
- URL: https://github.com/wangxingkang/awesome-frontend
- Owner: wangxingkang
- Created: 2019-04-28T03:28:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-05T11:56:01.000Z (about 4 years ago)
- Last Synced: 2024-04-14T07:12:16.830Z (8 months ago)
- Topics: awesome-frontend, css, frontend, javascript, react, typescript
- Language: TypeScript
- Homepage: https://awesome-frontend.vercel.app
- Size: 122 KB
- Stars: 31
- Watchers: 6
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- ultimate-awesome - awesome-frontend - 前端程序猿工具箱. (Other Lists / Monkey C Lists)
README
前端程序猿工具箱
> 项目定位为收集前端生态圈使用到的一些资源,方便查阅使用
**置顶**
[awesome-javascript](https://github.com/sorrycc/awesome-javascript) 云谦大大整理的
# 目录
- [技术博客](#技术博客)
- [学习网站](#学习网站)
- [技术社区](#技术社区)
- [教程类](#教程类)
- [React](./React.md)
- [Vue](./Vue.md)
- [好用的前端库](./Library.md)
- [文档工具](#文档工具)
- [Flutter](./Flutter.md)
- [数据可视化](#数据可视化)
- [Cli相关](./Cli.md)
- [移动端](./Mobile.md)
- [小程序](./MiniProgram.md)
- [TypeScript](./Typescript.md)
- [规范相关](./Lint.md)
- [测试相关](./Testing.md)
- [打包相关](./Bundler.md)
- [面试相关](https://github.com/wangxingkang/frontend-interview-question)
- [线上代码分享网站](#线上代码分享网站)
- [实用的Github项目](./GithubProject.md)
- [文档相关](#文档相关)
- [工具网站](#工具网站)
- [综合](#综合)
- [Chrome](#Chrome)
- [优秀插件](#优秀插件)
- [Mac相关](#Mac)
- [精品应用](#Mac精品应用)
- [其他](#Mac其他)## 技术博客
### 团队
* [奇舞团](https://75team.com) 360
* [FEX](http://fex.baidu.com) 百度
* [AlloyTeam](http://www.alloyteam.com) 腾讯
* [FED](http://taobaofed.org) 淘宝
* [大搜车](http://f2e.souche.com/blog/)
* [YouZan](https://tech.youzan.com/tag/front-end) 有赞
* [美团](https://tech.meituan.com) 美团### 个人
* [阮一峰](http://www.ruanyifeng.com) 阮大神的博客站,内容丰富,值得拥有
* [颜海镜](https://yanhaijing.com)
* [廖雪峰](https://www.liaoxuefeng.com)
* [张鑫旭](https://www.zhangxinxu.com)
* [亚里士朱德](https://yalishizhude.github.io/)
* [三水清](https://js8.in/)
* [huangxuan](https://huangxuan.me/)
* [张云龙](https://github.com/fouber/blog)
* [冴羽](https://github.com/mqyqingfeng/Blog) 主要是JS教程
* [木易杨前端进阶](https://muyiy.vip/)
* [张云龙](https://github.com/fouber/blog) start近两万的博客 值得一看
* [前端小密圈](https://github.com/jawil/blog)## 学习网站
* [慕课网](https://www.imooc.com)
* [优达学城](https://cn.udacity.com)
* [实验楼](https://www.shiyanlou.com)
* [极客学院](http://www.jikexueyuan.com)
* [菜鸟教程](https://www.runoob.com)
* [w3cplus](https://www.w3cplus.com) 很多高质量的CSS博客
* [techbrood](https://www.techbrood.com/) 在线技术作品(H5、WebGL和WebXR)分享平台* [人人都是产品经理](http://www.woshipm.com) 不会产品的研发不是一个好测试
* [learngitbranching](https://learngitbranching.js.org/) 一个Git学习网站## 技术社区
* [CNode](https://cnodejs.org/) Node.js专业中文社区
* [掘金](https://juejin.im) 高质量的技术社区
* [Alita](https://github.com/alitajs) 建立以业务为中心的Web全流程解决方案的团队## 教程类
**javascript相关**
* [JavaScript 标准参考教程](http://javascript.ruanyifeng.com) 阮一峰出品
* [ECMAScript 6 入门](http://es6.ruanyifeng.com) 阮一峰出品
* [廖雪峰的Javascript教程](https://www.liaoxuefeng.com/wiki/001434446689867b27157e896e74d51a89c25cc8b43bdb3000)
* [现代 JavaScript 教程](https://zh.javascript.info)
* [free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) 免费的计算机编程类中文书籍
* [Git 教程](https://www.git-scm.com/book/zh/v2)**综合**
* [freecodecamp](https://www.freecodecamp.org/) 涉及的比较全面
## 文档工具
### Docz
* 描述: 基于gatsby的文档工具,目前仅支持React
* 地址: [docz](https://github.com/doczjs/docz)
* 推荐指数: 🌟🌟🌟🌟🌟### storybook
* 描述: 很棒的文档工具,支持`React`、`Vue`、`Angular`、...
* 地址: [storybook](https://github.com/storybookjs/storybook)
* 推荐指数: 🌟🌟🌟🌟🌟### vuepress
* 描述: 很棒的文档工具,支持`Vue`。
* 地址: [vuepress](https://github.com/vuejs/vuepress)
* 推荐指数: 🌟🌟🌟🌟🌟## 数据可视化
* [AntV](https://antv.alipay.com/zh-cn/index.html) 蚂蚁金服数据可视化相关库`G2`、`G6`、`F2`、`L7`
* [echarts](https://echarts.baidu.com) 百度数据可视化库
* [highcharts](https://www.highcharts.com.cn/products/highcharts)
* [D3.js](https://d3js.org)## 线上代码分享网站
* [JSDm](http://jsdm.com)
* [JSFiddle](https://jsfiddle.net)
* [JSBin](http://jsbin.com)
* [CodePen](https://codepen.io)**前端相关**
* [HEAD](https://github.com/joshbuchea/HEAD) 一份与 部分相关的标签清单
## 文档相关
* [docz](https://www.docz.site/) 暂时只支持react
* [storybook](https://github.com/storybooks/storybook) 支持多种框架## 工具网站
* [astexplorer](https://astexplorer.net/) AST语法树解析
* [tinyPng](https://tinypng.com/) 图片压缩
* [regexper](https://regexper.com/) 正则图形化
* [shields](https://shields.io) 徽章制作网站
* [Travis](https://travis-ci.org/) 免费的 CI 服务 进行测试和部署
* [iconfont](https://www.iconfont.cn) 阿里妈妈MUX倾力打造的矢量图标管理、交流平台
* [goeasy](http://www.goeasy.io/cn/home) 消息推送方案## 综合
* [fetool](https://github.com/nieweidong/fetool) 大前端的瑞士军刀,只记录有用的。
* [frontend-stuff](https://github.com/moklick/frontend-stuff)
* [awesome-github](https://github.com/AntBranch/awesome-github)
* [pont](https://github.com/alibaba/pont) 根据swagger自动生成调用后端的接口代码和TypeScript类型声明## Chrome
### 优秀插件
* [workona](https://workona.com) 控制标签,提高工作效率
## Mac
### Mac精品应用
* [alfred](https://www.alfredapp.com/) Alfred提升你的工作效率
* [thor](https://itunes.apple.com/cn/app/thor/id1120999687?mt=12) 通过快捷键快速启动你的应用
* [iterm2](https://www.iterm2.com/) 命令行工具
* [Karabiner-Elements](https://github.com/tekezo/Karabiner-Elements) 键盘自定义工具软件### Mac其他
* [xclient](https://xclient.info/) 精品Mac应用分享
* [Homebrew](https://brew.sh/index_zh-cn.html) macOS 缺失的软件包的管理器### 后端
* [Go](./Go.md)