Relative Content

Tag Archive for typescriptvue.jsvuejs3

How to create typescript package that has Vue3 components

I have a project where I want to have a handful of custom plugins (packages) to be used in a Vue project. Each package exports a interface that contains some options as well as Vue components. How do I go about building / packaging it?