File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 66A. ** Local setup**
77
88Follow given steps to locally setup ` webpack-cli init ` by installing dependencies:
9- 1 . Create ` package.json ` through npm
9+ 1 . Create ` package.json ` through npm.
1010
1111 ```shell
1212 $ npm init
1313 ```
1414
15- 2 . Install ` webpack ` and ` webpack-cli ` as devDependencies
15+ 2 . Install ` webpack ` and ` webpack-cli ` as devDependencies.
1616
1717 ```shell
1818 $ npm install --save-dev webpack webpack-cli
1919 ```
2020
21- 3 . Install ` @webpack-cli/init ` package to add init addon
21+ 3 . Install ` @webpack-cli/init ` package to add init addon.
2222
2323 ```shell
2424 $ npm install --save-dev @webpack-cli/init
@@ -27,12 +27,12 @@ Follow given steps to locally setup `webpack-cli init` by installing dependencie
2727B. ** Global Setup**
2828
2929Follow following steps to setup ` webpack-cli init ` globally:
30- 1 . Install ` webpack ` and ` webpack-cli ` globally
30+ 1 . Install ` webpack ` and ` webpack-cli ` globally.
3131 ```shell
3232 $ npm install -g webpack webpack-cli
3333 ```
3434
35- 2 . Install ` @webpack-cli/init ` package to add init addon
35+ 2 . Install ` @webpack-cli/init ` package to add init addon.
3636 ```shell
3737 $ npm install -g @webpack-cli/init
3838 ```
You can’t perform that action at this time.
0 commit comments