webstorm配置
安装
- 资源
- 下载webstorm(中文破解版, 密码:jytp)
live edit
- 步骤
- webstorm,Run->Run/DebugConfigtions->JavascriptDebug
- Unnamed->Browsers:Chrome,Url:localhost:3000
- Debug Unnamed
- 资源
vim
- 步骤
- settings->plugin->ideavim->reboot
- 资源
- IdeaVim
- WebStorm安装Vim以及快捷键设置
- 简明 Vim 练级攻略
git
- 步骤
- settings->git->path
- settings->git->Github
- vcs->create git respository->share project on github
- vcs->get from github
- 资源