[Vuejs]-Production build customization options. Vue-cli 3

0👍

Building out a component library seems to be a good start. Once built, the maintenance engineer can perhaps npm install client selected libraries from disk.

These are a few template utilities that helped me achieve what you’re looking for.

https://github.com/team-innovation/vue-sfc-rollup

https://github.com/Akryum/vue-share-components

https://github.com/chrisvfritz/hello-vue-components

Leave a comment