Can background templates developed in vue be packaged and released to npm like components?

the company developed a basic template with login and basic components using vue bucket and elementUI, and now wants to turn this basic template into something similar to a component, and then publish it to npm, and then others can develop business modules just by installing them with npm. Is that okay? What do you need to do? If not, is there any other way?

Mar.16,2021

Yes, this vue-cli can be implemented, that is, custom templates. You can refer to this article,
https://codeshelper.com/a/11.

.
Menu