npm

 npm install webpack webpack-cli --save-dev;

npm install webpack-dev-server html-webpack-plugin --save-dev;

npm install webpack-dev-server html-webpack-plugin --save-dev;(安装插件);

npm install babel-core babel-loader babel-polyfill babel-preset-es2015 babel-preset-latest --save-dev(安裝编译插件);

原文地址:https://www.cnblogs.com/xiao-peng-ji/p/9563451.html