You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugin-dev-ui.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -331,6 +331,8 @@ A Client addon is a JS bundle which is dynamically loaded into the cli-ui. It is
331
331
332
332
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.
333
333
334
+
Install `@vue/cli-ui` as a dev dependency.
335
+
334
336
Then add a `vue.config.js` file with the following content:
0 commit comments