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
Copy file name to clipboardExpand all lines: README.md
+10
Original file line number
Diff line number
Diff line change
@@ -27,6 +27,16 @@ npm run e2e
27
27
npm test
28
28
```
29
29
30
+
You can provide custom port-numbers via the environment variable `PORT`:
31
+
32
+
```sh
33
+
# run dev-server on port 1337
34
+
PORT=1337 node run dev
35
+
36
+
# run e2e tests on port 8888
37
+
PORT=8888 node run e2e
38
+
```
39
+
30
40
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