Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jirengu/fe-study-full


https://github.com/jirengu/fe-study-full

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# 前端学习文档

## 环境
neat-1688前端工具平台

> Neat致力于解决前端从创建项目到开发,从开发到调试,从调试到编译,从编译到部署这一流程当中的所有问题。 使每天都在前端开发工程师身上发生的这一流程变得更加流畅,让我们的开发体验变得更好

neat已经包含fdserver,wing-tools等工具,可以一站式解决前端工具上的问题

文档:http://gitlab.alibaba-inc.com/neat/neat-doc/raw/master/_book/index.html

## IDE 编辑器

推荐:
* sublime text3 http://www.sublimetext.com/3
http://feliving.github.io/Sublime-Text-3-Documentation/
安装,配置,插件
* webstorm https://www.jetbrains.com/webstorm/

## 前端基础

* html:https://developer.mozilla.org/zh-CN/docs/Web/HTML
* css:https://developer.mozilla.org/zh-CN/docs/Web/CSS
* javascript:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript

## 开发人员工具
* chrome:https://developer.chrome.com/devtools/index http://segmentfault.com/a/1190000000683599
* firefox:http://www.w3cschool.cc/firebug/firebug-tutorial.html
* IE:https://msdn.microsoft.com/zh-cn/library/ie/bg182632(v=vs.85)

## 开发流程