美文网首页
2.环境搭建

2.环境搭建

作者: Flying_thoughts | 来源:发表于2018-09-12 21:28 被阅读0次

    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.环境搭建

          本文链接:https://www.haomeiwen.com/subject/ffwbgftx.html