Skip to content

Commit 5b5108e

Browse files
committed
Add npm install doc
1 parent 10d24b5 commit 5b5108e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ It has a few advantages over bundling it as files:
1414
* If files changed in watch mode, the middleware no longer serves the old bundle, but delays requests until the compiling has finished. You don't have to wait before refreshing the page after a file modification.
1515
* I may add some specific optimization in future releases.
1616

17+
## Installation
18+
19+
```
20+
npm install webpack-dev-middleware --save-dev
21+
```
22+
1723
## Usage
1824

1925
``` javascript

0 commit comments

Comments
 (0)