[Vuejs]-Using unplugin-vue-components in a monorepo

0👍

You can add the paths of ui-base and ui-shared in vite.config.ts file to search for vue components. Check this official doc and try adding relative paths in dirs.

You can check this blog for some config customization examples.

Leave a comment