For general installation and configuration take a look at the v-core-components package.
<!-- App.vue --> <script> import { DBButton } from "@db-ux/v-core-components"; </script> <template> <DBButton variant="brand">Button</DBButton> </template>