An open API service indexing awesome lists of open source software.

https://github.com/yuthelloworld/front-end-tutorial

收集前端开发最新最热的优秀资源、框架、指南、脚手架
https://github.com/yuthelloworld/front-end-tutorial

Last synced: 4 months ago
JSON representation

收集前端开发最新最热的优秀资源、框架、指南、脚手架

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)