@dpa-it/desk-framework
v1.2.1
Published
This framework can be used to develop widgets for the DPA Hub Desk with VueJS.
Maintainers
Keywords
Readme
DPA Hub Desk Framework
This framework can be used to develop widgets for the DPA Hub Desk with VueJS.
https://www.dpa-news-hub.de
Publish new package version
Increment the version in the package.json. Click on the Actions tab in the GitHub repo. Execute the "Publish Package" action.
Usage
When developing a widget for the DPA News Desk you use this package as a base, this provides some basic functionality the desk is expecting, it provides a basic widget design and some APIs you can use.
The most important component this package exports is the <WidgetFrame></WidgetFrame> component, a more detailed documentation of the props and events of it can be found in the README of the component, same is for all other components of this package.
Examples
In the examples folder you can find some basic examples that should help to give you a basic understanding of how to develop a Desk Widget.
