diff --git a/docs/guide/cli-service.md b/docs/guide/cli-service.md index 9a011500d7..1a4ba4560b 100644 --- a/docs/guide/cli-service.md +++ b/docs/guide/cli-service.md @@ -55,7 +55,7 @@ Options: ``` ::: tip --copy -Copying to clipboard might not work on a few platforms. +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. ::: @@ -78,7 +78,7 @@ Options: --no-unsafe-inline build app without introducing inline scripts --target app | lib | wc | wc-async (default: app) --formats list of output formats for library builds (default: commonjs,umd,umd-min) - --inline-vue include the Vue module in the final bundle of library or web component target + --inline-vue include the Vue module in the final bundle of library or web component target --name name for lib or web-component mode (default: "name" in package.json or entry filename) --filename file name for output, only usable for 'lib' target (default: value of --name), --no-clean do not remove the dist directory before building the project