Skip to content

工作环境搭建

Node.js

Git客户端

  • Git客户端下载地址:https://git-scm.com/downloads
  • 安装完Git客户端之后,需要实名设置git用户名,相关设置命令及设置后的配置如下
bash
# 设置git用户名
git config —global user.name 'xxxx'
txt
[user]
	name = xxxx
	email = xxxx@bosssoft.com.cn
[credential]
	helper = store
[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true

Visual Studio Code

Chrome浏览器、Firefox浏览器

浏览器插件

  • FeHelper(前端助手)插件

chrome-plugin-fe-helper.png

  • Vue.js devtools

chrome-plugin-vue-tools.png

Foxmail邮件客户端

  • 下载地址:https://www.foxmail.com/
  • 邮件作为日常工作通讯工具之一,所有人应该安装邮件Foxmail邮件客户端

腾讯会议客户端

语雀客户端

  • 下载地址:https://www.yuque.com/
  • 个人日常工作,应该做有效的记录,包括程序开发前编写程序设计文档、开发后编写功能文档,推荐使用语雀客户端