git
- 生成公钥
ssh-keygen -C "邮箱"
- 配置换行 (仅限 windows 电脑)
git config --global core.autocrlf input
git config --global core.safecrlf true
nginx
windows
官网下载 nginx
https://nginx.org/en/download.html
macos
brew install nginx
- 配置
config/nginx.conf
在文件末尾添加配置,并创建
servers
目录include servers/*.conf;
启动nginx
- 常用命令
```markdown
修改完配置需要重启 nginx
windows
// 查找进程 ps -ef | grep nginx
// 启动 start nginx // 关闭 nginx -s stop // 重启 nginx -s reload
macos
// 查看信息 brew service info nginx // 重启 brew service restart nginx
node
安装 v14 版本
下载地址
vscode
常用插件
- 自动关闭标签
- formulahendry.auto-close-tag
- 自动修改标签名
- formulahendry.auto-rename-tag
- 突出注释
- aaron-bond.better-comments
- 检查单词拼写
- streetsideso ftware.code-spell-checker
- 自动变色,识别颜色
- bierner.color-info
- vue 语法高亮
- octref.vetur
- 提高 git 易用性
- eamodio.gitlens
- 代码检查
- dbaeumer.vscode-eslint
- 代码格式化
- esbenp.prettier-vscode
- rvest.vs-code-prettier-eslint
常用链接
语雀:https://taihuoniao.yuque.com/dashboard
figma:https://www.figma.com/files/recent?fuid=949134113624482916
月维:https://moonvy.com/project/6a4e5f77-ba9f-4696-b7eb-5343aa81b797/root