Skip to content

Commit 6e41c49

Browse files
committed
update readme
1 parent 21b00ae commit 6e41c49

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Following his articile and trying to have some write up. (e.g. using latest pack
44

55
## Install and run:
66
if Webpack is not installed yet:
7-
npm install -g webpack
7+
npm install -g webpack
88

99
dotnet restore
1010
npm install
@@ -49,20 +49,20 @@ To simulate timely API call form remote server, we add the following line in Hom
4949

5050
1. Add nprogess in package.json dependency:
5151

52-
"dependencies": {
53-
"vue": "^2.5.8",
54-
"vuex": "^3.0.1",
55-
"vue-router": "^3.0.1",
56-
"lodash": "^4.17.4",
57-
"axios": "^0.17.1",
58-
"nprogress": "^0.2.0"
59-
}
52+
"dependencies": {
53+
"vue": "^2.5.8",
54+
"vuex": "^3.0.1",
55+
"vue-router": "^3.0.1",
56+
"lodash": "^4.17.4",
57+
"axios": "^0.17.1",
58+
"nprogress": "^0.2.0"
59+
}
6060

6161
2. Add style-loader and css-loader to webpack.config:
6262

63-
{
64-
test: /\.css$/,
65-
loader: "style-loader!css-loader"
66-
}
63+
{
64+
test: /\.css$/,
65+
loader: "style-loader!css-loader"
66+
}
6767

6868
3. Modify ClientApp/vuex/actions.js, add `NProgress.start()` and `NProgress.done()` before and after axios remote call.

0 commit comments

Comments
 (0)