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: docs/guide/cli-service.md
+5
Original file line number
Diff line number
Diff line change
@@ -52,6 +52,11 @@ Options:
52
52
--https use https (default: false)
53
53
```
54
54
55
+
::: tip --copy
56
+
Copying to clipboard might not work on a few platforms.
57
+
If copying was successful, `(copied to clipboard)` is displayed next to the local dev server URL.
58
+
:::
59
+
55
60
The `vue-cli-service serve` command starts a dev server (based on [webpack-dev-server](https://github.com/webpack/webpack-dev-server)) that comes with Hot-Module-Replacement (HMR) working out of the box.
56
61
57
62
In addition to the command line flags, you can also configure the dev server using the [devServer](../config/#devserver) field in `vue.config.js`.
0 commit comments