0.1.2 • Published 7 years ago

generator-webpack-2-es-6 v0.1.2

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

generator-webpack-2-es-6 NPM version Build Status Dependency Status

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

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago