小别致真东西
文章77
标签31
分类26
前端开发工具整理

前端开发工具整理

开发工具:

1.代码编辑器

  • visual studio Code

    • 插件

      - Chinese 中文插件
      - language-Stylus
      - LeetCode
      - Vetur
      - Prettier
      - React/Redux/react-router Snippets react便捷输入
      - Prettier
      - GitLens
      - Markdown All in One
      - npm Intellisense
      - Quokka.js
      - Relative Path
      - JavaScript code snippets
      - CSS Peek
      - Bracket Pair Colorizer
      - Better Comments
    • 主题

      one dark pro

2.浏览器及插件

Chrome 浏览器

Ghelper 翻墙插件 可在GitHub上获取
ADBlock
marinara(番茄工作法助理)
FireShot
扩展管理器
WEB前端助手
划词翻译
Imagus
Octotree
React/Vue develop Tool
Chrono
掘金插件
Json-handle

3.其他工具

  • 命令行开发工具:

    • iterm2
    • homebrew
    • oh-my-zsh
  • Git/gitLab && 配置SSH

  • node && NVM


    nvm install 8.9.0 // 安装需要的node版本
    nvm use 8.9.0 // 切换使用相对应的node版本
    nvm list
    nvm version

本文作者:小别致真东西
本文链接:https://heiliu.github.io/2019/07/22/0722/
true