a boilerplate for vue, react, other es6 project which using webpack
nodejs npm yarn
clone git or download
$ git clone https://github.com/hycript/webpack-boilerplate.git <yourAppName>
$ cd <yourAppName>
then
yarn
develop with webpack-dev-server
npm start
npm run build