2.环境搭建
2018-09-12 本文已影响0人
Flying_thoughts
1.安装
windows系统:
* 安装git;
* 执行 git clone https://github.com/cucygh/es6-webpack.git
* cd es6-webpack
安装es6:
* npm install
* npm install webpack -g (指的是全局安装)
* npm install webpack-dev-sever -g
运行:
* npm start