Sorry…I didn’t make it clear but I am the developer.
Steps I took to create the project:
quasar create my-ext --kit ui
- Developed in the
/ui/src
folder - Tested using the
/ui/dev
folder (It worked great) - Published the
/ui
to NPM usingnpm publish
- Published the
/app-extension
to NPM usingnpm publish
Did I miss a step?