How to build app extension UI
-
Hello all
I’m struggling with app extension UI. I was finally able to build my own UI library and related app extension (pushing them on owr internal npm server). When npm install the quasar-ui dependence it install exactly the source folder structure (i.e. src\components\MyComponent.vue). Is there any way to “compile” the quasar-ui?Thank you for the support
-
I found how to deal with this by using >npm run-script build
-
Unfortunally it looks like it’s not working. Using index.commons.js created with npm run-script build i have the following: vue.createVNode is not a function
-
Can anybody help me?
-
Usually the Quasar devs are on discord. Maybe you can ask there…?