2.环境搭建

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

你可能感兴趣的:(2.环境搭建)