开发、调试、版本管理、包管理工具、压缩混淆工具、测试(angularjs)

xiaoxiao2021-02-28  113

1、开发工具sublime

安装插件

ctrl+shift+上   向上移动一行代码

ctrl+shift+k     删除行

2、断点调试工具(chrome+插件Batarang)

3、版本管理工具(git+tortoisegit小乌龟)

4、包管理工具(nodejs下的npm)

npm install -g grunt

5、压缩混淆工具(grunt)

http://www.gruntjs.net

concat  uglify  watch

Gruntfile.js

6、轻量级server(http-server)

可以把磁盘上任何一个目录变成http服务目录  npm install -g http-server

直接运行http-server占用8080端口

可以用来mock数据

转载请注明原文地址: https://www.6miu.com/read-45084.html

最新回复(0)