搭建前端环境
1.安装 Javascr ipt 运行时 -- Nod
(1)配置 NPM
npm config set prefix "D:\Program Files\nodejs\node_global" npm config set cache "D:\Program
Files\nodejs\node_cache"
(2)配置国内镜像源
npm config set registry https://registry.npm.taobao.org
2.安装编辑器 -- Visual St