Publish Quasar Component
-
Hi,
I am new with Quasar. We are developing an application in which we see there are some common components. Idea is to put extract those components and place them in local private npm repository so we can reuse those components again as node module.
Now the question is, I am unable to find any guide related to building/extracting standalone Quasar component and publishing or distributing on npm. Any help would be great. Thanks -
@muneebs
If you want to build UI component app extensions, then you want to use the UI kit, and not the app-extension kit.
quasar create <myComponent> --kit ui
You can read more here: https://quasar.dev/app-extensions/development-guide/introduction
You can also ask questions in the Discord #app-extensions channel.