前端工业化工具集

前端工业化工具集

Sublime  代码编辑工具

webstorm  神器(可看js代码在浏览器运行情况)

chrome插件Batarang     或者firebug

Git   -  tottoisegit(小乌龟-版本管理工具)



NodeJS  开发和调试工具:

npm

Grunt/Gulp    Grunt(uglify压缩-qunit-watch监控变化)

Bower  依赖管理工具

http-server  轻量级Server

Karma  +  Jasmine       单元测试神器

protractor (只有AngularJS可以用  模拟操作测试)

你可能感兴趣的:(前端工业化工具集)