14-个人前端常用工具软件

windows个人常用的软件

1.工具软件

  1. git :版本管理工具

  2. tortoisegit :git图形管理工具

  3. tortoisesvn :svn版本管理工具

  4. photoshop :前端切图必备

  5. animate cc :需要动画的时候用

  6. 有道云笔记 :有markdown模式,笔记写代码很方便

  7. postman :调试接口

  8. fiddler :抓包工具

  9. Koala :一款编译scss,less的软件,官网下载建议迅雷下载。

  10. ditto: 剪切板管理神器

  11. Snipaste: 截图神器

  12. GifCam: 录制GIF神器

  13. synergy: 键鼠共用神器参考

  14. chrome浏览器

    • 常用插件:

      • AngularJS Batarang
      • cross-request 3.0 : YApi 跨域请求
      • EZ Zoom
      • Google 翻译
      • JetBrains IDE Support
      • Lighthouse
      • Octotree:逛github项目目录用的
      • React Developer Tools
      • Redux DevTools
      • Screencastify
      • Tampermonkey
      • Vue.js devtools
      • Wappalyzer
      • WhatFont
      • Xdebug helper
      • 扩展程序二维码(QR码)生成器(QR Code Generator)
      • 掘金
  15. 火狐浏览器

  16. xshell
  17. FileZilla
  18. nvm-windows
  19. nodejs

    • 常用全局包(看个人需要安装)
      • @vue/cli
      • @vue/cli-init (vue-cli2.0)
      • autoprefixer
      • babel-cli
      • browser-sync
      • cnpm
      • egg-init
      • eslint
      • gulp
      • hexo-cli
      • http-server
      • jshint
      • prettier
      • rimraf
      • vsce
      • yarn
      • yx-easy-gulp
      • typescript
      • create-react-app
      • create-react-native-app
      • dva-cli
      • exp
      • react-native-cli
      • wepy-cli
      • windows-build-tools

2.前端idea

  1. sublime text3 :由于转vscode了,sublime只作简单的文本编辑。

    • 插件列表:

      • Package Control 安装在 新版sublime text3 不用 ctrl+~ 输入一段长长的命令行了,可以在命令行下输入pack选择第一项就行了。
      • 中文汉化插件:ChineseLocalization
      • IMESupport
      • a file iconboxy theme 主题插件
  2. vscode :目前写代码的主要idea