Skip to content

Commit 7ab22a8

Browse files
committed
edited README.md
1 parent 22426df commit 7ab22a8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@
66

77
``` bash
88
# install dependencies
9-
npm install
9+
yarn install
1010

1111
# serve with hot reload at localhost:8080
12-
npm run dev
12+
yarn dev
1313

1414
# build for production with minification
15-
npm run build
15+
yarn build
1616

17-
# build for production and view the bundle analyzer report
18-
npm run build --report
1917
```
2018

21-
For detailed explanation on how things work, checkout the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).

0 commit comments

Comments
 (0)