Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jirengu/fe-study-full
https://github.com/jirengu/fe-study-full
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jirengu/fe-study-full
- Owner: jirengu
- Created: 2015-07-14T08:15:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-14T08:25:04.000Z (over 9 years ago)
- Last Synced: 2023-02-28T16:56:56.138Z (over 1 year ago)
- Language: HTML
- Size: 2.16 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)## 开发流程