vuejs / ui

💻 UI components for official Vue organization apps
https://vuejs.github.io/ui/
1.33k stars 95 forks source link

Is it possible to add new package search sources? #16

Closed sametsafak closed 5 years ago

sametsafak commented 5 years ago

Currently we are using nexus repository to publish our packages instead of npm. We can directly download our private repositories from nexus with just one simple .npmrc file and one prefix on the package name (like @company/my-package). It is perfectly working with terminal, but in vue ui, not. Vue ui uses algolia. And Algolia searches on npm repository.

So, can I extend this search source with a configuration or is there any way to provide new search source to the vue ui to install our private packages via nexus?

Akryum commented 5 years ago

I think this issue should be opened in the vue-cli repo where the vue cli ui actually is, instead of here which is about the @vue/ui components library.