背景
后台页面自己开发,主要使用技术为TypeScript + React
IDE: Visual Studio Code | atom |
ide方面vscode经过各种配置,一直没有配置达到想要的效果,后来接触Ant Design时有推荐Atom编辑器,
安装配置后还算合适,故选择Atom编辑器(网络不畅通).
开发环境
mac下安装ruby
参考ruby
mac下homebrew的安装
参考brew
查看配置:brew config
通过brew安装node
$ brew install node
安装cnpm/设置别名
查看镜像npm config get registry
通过brew安装yarn
$ brew install yarn
更换镜像yarn 国内加速,修改镜像源
查看镜像yarn config get registry