Skip to content

Vue Library ​

Moved

@webgui/vue has been replaced by @webgui/client, one package covering plain JS, React, Vue and Svelte.

bash
npm install @webgui/client
diff
- import { ... } from '@webgui/vue'
+ import { ... } from '@webgui/client/vue'

The names are unchanged. @webgui/vue still installs and still works — it now re-exports @webgui/client/vue — but new events and hooks land in @webgui/client only.

→ Client Library