当获取到新的前端项目时,需要下载安装补丁包
npm install
配置过淘宝镜像的可以选择(具体配置方式还没写)
cnpm install
补丁安装完成后,输入命令行运行项目
npm start
编译打包
npm run build