Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 321 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 321 Bytes

Webpack2.x-ES6

How to use

Step 1.

$ npm install

It will install "webpack","webpack-dev-server" package.

Step 2. Choose what you want to build

  • Just build JS file >>

In command line

$ webpack
  • Want to dev the web with server
$  webpack-dev-server --port 1234 --progress --colors