You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 9, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: client/README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,25 +2,25 @@
2
2
3
3
```bash
4
4
# install dependencies
5
-
npm install
5
+
yarn install
6
6
7
7
# serve with auto-reload at localhost:8080
8
-
npm run dev
8
+
yarn run dev
9
9
10
10
# build for production with minification
11
-
npm run build
11
+
yarn run build
12
12
13
13
# build for production and view the bundle analyzer report
14
-
npm run build --report
14
+
yarn run build --report
15
15
16
16
# run unit tests
17
-
npm run unit
17
+
yarn run unit
18
18
19
19
# run e2e tests
20
-
npm run e2e
20
+
yarn run e2e
21
21
22
22
# run all tests
23
-
npmtest
23
+
yarntest
24
24
```
25
25
26
26
For more details on the build setup see [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).
0 commit comments