generator-webpack-2-es-6
v0.1.2
Published
基于webpack2 scaffolding
Maintainers
Readme
generator-webpack-2-es-6

based on webpack2 scaffolding
Installation
First, install Yeoman and generator-webpack-2-es-6 using npm (we assume you have pre-installed node.js).
npm install -g yo
npm install -g generator-webpack-2-es-6Then generate your new project:
yo webpack-2-es-6I recommend install node by nvm. Mac user can install nvm from homebrew.
cnpm is faster than npm if you are in china.
Run it up
cd webpack-2-es-6 && npm run startBuild for deploy
npm run buildtry http://localhost:8080/
Hello world
License
MIT © gcy
