From e2eb6523f8391cd1249439a7e2625e4773b3117f Mon Sep 17 00:00:00 2001 From: Alexander Sokolov Date: Sat, 14 Jul 2018 15:41:43 +0300 Subject: [PATCH] Update build-targets.md --- docs/guide/build-targets.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/build-targets.md b/docs/guide/build-targets.md index 9405ad1265..cc58cb31b8 100644 --- a/docs/guide/build-targets.md +++ b/docs/guide/build-targets.md @@ -70,7 +70,7 @@ Web Component mode does not support IE11 and below. [More details](https://githu In web component mode, Vue is *externalized.* This means the bundle will not bundle Vue even if your code imports Vue. The bundle will assume `Vue` is available on the host page as a global variable. ::: -You can build a single entry as a library using +You can build a single entry as a web component using ``` vue-cli-service build --target wc --name my-element [entry]