开发工具
工具列表:
- 命令行工具:item2,下载地址:https://www.iterm2.com/
- Oh My Zsh:让你的terminal更好用:http://ohmyz.sh/
- Homebrew:macOS 不可或缺的套件管理器,http://brew.sh/index_zh-cn.html,python/php/nginx等都得靠它来安装。
- 开发工具:Sublime Text 3 https://www.sublimetext.com/3 、atom https://atom.io/ 、 WebStorm/phpStorm https://www.jetbrains.com/webstorm/ 依个人喜好选择,推荐Sublime Text 3
- SourceTree: git 可视化管理工具,免费 https://www.sourcetreeapp.com/
- nvm:node版本管理工具 https://github.com/creationix/nvm 我们这边使用版本:node 6.10.0
- bower:前端组件管理工具 npm install bower -g ,
- Seafile: 文件共享工具 https://www.seafile.com/home/ 可能要FQ下载
- SwitchHost / Gas Mask:host管理工具,https://github.com/oldj/SwitchHosts 不知道host是作什么用的务必google清楚
- ynpm/yyarn:使用我们自己搭的私有镜像 http://npm.qima-inc.com/推荐使用yarn作为包管理器,比npm快很多。
- gulp:npm install gulp -g,http://gulpjs.com/,http://www.gulpjs.com.cn/ 构建工具使用
- superman: 我们自己做的通用的打包工具,是对webpack、postcss等一系列工具的封装
- zanmock: 我们自己的前端资源转发和接口mock工具,极大提高前端开发效率
以上必装工具
浙公网安备 33010602011771号