Skip to content

Commit 6d329bd

Browse files
author
Guillaume Chau
committed
docs: update
1 parent 27e66a8 commit 6d329bd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/plugin-dev-ui.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -331,6 +331,8 @@ A Client addon is a JS bundle which is dynamically loaded into the cli-ui. It is
331331

332332
The recommended way to create a Client addon is by creating a new project using vue-cli 3. You can either do this in a subfolder of your plugin or in a different npm package.
333333

334+
Install `@vue/cli-ui` as a dev dependency.
335+
334336
Then add a `vue.config.js` file with the following content:
335337

336338
```js

0 commit comments

Comments
 (0)