We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 32df8b7 + 89ba69e commit d0fa60fCopy full SHA for d0fa60f
README.md
@@ -17,7 +17,13 @@ webpack is a bundler for modules. The main purpose is to bundle javascript files
17
18
Check the [documentation](http://webpack.github.io/docs/?utm_source=github&utm_medium=readme&utm_campaign=trdr) if you want to know more...
19
20
+# Installation
21
22
+project:
23
+`npm install webpack --save-dev`
24
+
25
+global:
26
+`npm install webpack -g`
27
28
# Examples
29
0 commit comments