We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c43a41 commit c088f3eCopy full SHA for c088f3e
1 file changed
INIT.md
@@ -6,13 +6,13 @@
6
A. **Local setup**
7
8
Follow given steps to locally setup `webpack-cli init` by installing dependencies:
9
-1. Create `package.json` through npm.
+1. Create `package.json` through npm
10
11
```shell
12
$ npm init
13
```
14
15
-2. Install `webpack` and `webpack-cli` as devDependencies.
+2. Install `webpack` and `webpack-cli` as devDependencies
16
17
18
$ npm install --save-dev webpack webpack-cli
@@ -27,7 +27,7 @@ Follow given steps to locally setup `webpack-cli init` by installing dependencie
27
B. **Global Setup**
28
29
Follow following steps to setup `webpack-cli init` globally:
30
-1. Install `webpack` and `webpack-cli` globally.
+1. Install `webpack` and `webpack-cli` globally
31
32
$ npm install -g webpack webpack-cli
33
0 commit comments