[踩坑回顾]前端开发常用工具,从0开始
考虑到工作中可能需要换电脑,重新配置生产环境,整理一下前端工作需要用到的工具。
环境
1. Node
npm镜像地址:npm config set registry https://registry.npmmirror.com
项目管理工具
1. Git
2. SourceTree
编辑器
1. VS Code
2. notepad++
浏览器
1. Chrome
2. Firefox
切图工具
1. Snipaste
2. Photoshop
调试工具
1. Postman
2. 微信开发工具
常用Chrome插件
1. DeepL翻译
2. Vue.js devtools
3. Axure RP Extension for Chrome
常用vs code插件
1. gitlens -- 精准甩锅到每一位同事
2. Chinese (Simplified) -- 适合我这种英文文盲
3. Vue 3 Snippets
4. svg preview
5. remote - ssh
6. Live Server
工具库
1. lodash 处理string的工具库
后端
1. jdk :https://zhuanlan.zhihu.com/p/48658533/
2. maven:https://blog.csdn.net/weixin_46991199/article/details/130575479
3. IDEA