https://github.com/yuthelloworld/front-end-tutorial
收集前端开发最新最热的优秀资源、框架、指南、脚手架
https://github.com/yuthelloworld/front-end-tutorial
Last synced: 4 months ago
JSON representation
收集前端开发最新最热的优秀资源、框架、指南、脚手架
- Host: GitHub
- URL: https://github.com/yuthelloworld/front-end-tutorial
- Owner: YutHelloWorld
- Created: 2017-02-21T13:38:57.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-07T01:36:15.000Z (over 8 years ago)
- Last Synced: 2025-03-01T06:25:38.626Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Front-End-Tutorial
收集前端开发最新最热的优秀资源、框架、指南、脚手架。
## ES6
- [es6-cheatsheet](https://github.com/DrkSephy/es6-cheatsheet)
- [ECMAScript 6 入门](https://github.com/ruanyf/es6tutorial)
## Webpack
- [WebpackTutorial](https://github.com/AriaFallah/WebpackTutorial)
- [Webpack-demos](https://github.com/ruanyf/webpack-demos)
## React
- [React](https://facebook.github.io/react/)
- [React-Demos](https://github.com/ruanyf/react-demos)
- [React中文](https://discountry.github.io/react/)
## React-Router
- [React-Router中文](https://react-guide.github.io/react-router-cn/)
- [React-Router官方示例库](https://github.com/reactjs/react-router-tutorial/tree/master/lessons)
## Redux
- [Redux中文](https://github.com/camsong/redux-in-chinese)
- [极好的精简Redux教程](https://github.com/react-guide/redux-tutorial-cn)
## UI框架
- [ant](https://github.com/ant-design/ant-design)
- [amazeui-react](https://github.com/amazeui/amazeui-react)
- [material-ui](https://github.com/callemall/material-ui)
## eslint
- [eslint中文](http://eslint.cn/docs/user-guide/configuring)
## 代码规范
- [javascript style](https://github.com/airbnb/javascript#properties)
- [javascript standard style](https://standardjs.com)
## 脚手架
- [react-redux脚手架](https://github.com/YutHelloWorld/vortex-react)