1.安装git bash
2.安装node
教程 zhuanlan.zhihu.com/p/77594251 blog.csdn.net/weixin_4218…
设置缓存 npm config set cache "E:\nodejsdir\node_cache"
设置全局模块 npm config set prefix "E:\Program Files\nodejs\node_global"
设置镜像 npm config set registry registry.npm.taobao.org/
3.安装Visual Studio Code
1.好用插件
2.设置格式化
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
3。设置好用的快捷键
1.切换自动换行 ctrl+q 2.设置搜缩放
4.安装谷歌
官网www.bear20.com/window/4211… 设置搜索引擎为百度