mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-05-07 20:39:14 -05:00
close #3476
This commit is contained in:
@@ -52,6 +52,11 @@ Options:
|
||||
--https use https (default: false)
|
||||
```
|
||||
|
||||
::: tip --copy
|
||||
Copying to clipboard might not work on a few platforms.
|
||||
If copying was successful, `(copied to clipboard)` is displayed next to the local dev server URL.
|
||||
:::
|
||||
|
||||
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.
|
||||
|
||||
In addition to the command line flags, you can also configure the dev server using the [devServer](../config/#devserver) field in `vue.config.js`.
|
||||
|
||||
Reference in New Issue
Block a user