10
10
[ ![ tests] [ tests ]] [ tests-url ]
11
11
[ ![ coverage] [ cover ]] [ cover-url ]
12
12
[ ![ chat] [ chat ]] [ chat-url ]
13
+ [ ![ downloads] [ downloads ]] [ npm-url ]
14
+ [ ![ contributors] [ contributors ]] [ contributors-url ]
13
15
14
16
# webpack-dev-server
15
17
@@ -21,14 +23,16 @@ fast in-memory access to the webpack assets.
21
23
22
24
## Table of Contents
23
25
24
- 1 . [ Getting Started] ( #getting-started )
25
- 2 . [ Usage] ( #usage )
26
- 3 . [ Browser Support] ( #browser-support )
27
- 4 . [ Support] ( #support )
28
- 5 . [ Contributing] ( #contributing )
29
- 6 . [ Maintainers] ( #maintainers )
30
- 7 . [ Attribution] ( #attribution )
31
- 8 . [ License] ( #license )
26
+ - [ Getting Started] ( #getting-started )
27
+ - [ Usage] ( #usage )
28
+ - [ With the CLI] ( #with-the-cli )
29
+ - [ With NPM Scripts] ( #with-npm-scripts )
30
+ - [ The Result] ( #the-result )
31
+ - [ Browser Support] ( #browser-support )
32
+ - [ Support] ( #support )
33
+ - [ Contributing] ( #contributing )
34
+ - [ Attribution] ( #attribution )
35
+ - [ License] ( #license )
32
36
33
37
## Getting Started
34
38
@@ -154,3 +158,6 @@ This project is heavily inspired by [peerigon/nof5](https://github.com/peerigon/
154
158
[ stack-url ] : https://stackoverflow.com/questions/tagged/webpack-dev-server
155
159
[ uglify-url ] : https://github.com/webpack-contrib/uglifyjs-webpack-plugin
156
160
[ wjo-url ] : https://github.com/webpack/webpack.js.org
161
+ [ downloads ] : https://img.shields.io/npm/dm/webpack-dev-server.svg
162
+ [ contributors-url ] : https://github.com/webpack/webpack-dev-server/graphs/contributors
163
+ [ contributors ] : https://img.shields.io/github/contributors/webpack/webpack-dev-server.svg
0 commit comments