所用工具
VS CODE
微软家的文本编辑器,拥有内置git,在线下载插件,很好用,推荐
https://code.visualstudio.com
Chrome
谷歌浏览器,完美支持ES6,用它就对了
https://chrome.com/
Git&GitHub
版本控制工具Git以及仓库GitHub,当然,GitLab或者码云都很不错
https://github.com/
https://git-scm.com/
NodeJS&NPM
项目包管理工具
http://nodejs.cn/
https://www.npmjs.cn/
webpack
项目打包工具
https://webpack.github.io/
网友评论