mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-13 12:40:18 -05:00
docs: Update build-targets.md (#1853)
This commit is contained in:
committed by
Guillaume Chau
parent
5be748ef81
commit
c4917faa00
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user