docs: update cli-service.md (#2037) [ci skip]

This commit is contained in:
Alexander Sokolov
2018-08-06 05:28:43 +03:00
committed by Evan You
parent f9260cf4d1
commit e3ba60fbf5
+1 -1
View File
@@ -52,7 +52,7 @@ Options:
--https use https (default: false)
```
The `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.
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`.