generator-webpack-2-es-6
v0.1.2
Published
基于webpack2 scaffolding
Downloads
2
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-6
Then generate your new project:
yo webpack-2-es-6
I 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 start
Build for deploy
npm run build
try http://localhost:8080/
Hello world
License
MIT © gcy