DEV Community

Discussion on: One Build System - Multiple Vue Apps - Shared Components

Collapse
 
ninjasoards profile image
David Y Soards

I'm working on a very similar problem atm, and this looks highly interesting.

My main concern though is, if the 2 Vue apps need separate version #s, is that possible since they share a single package.json file?

Collapse
 
iamgabrielsoft profile image
iamgabrielsoft

yes its possible, except you choose to version the api not the package.json file

because the package.json file would only accept a single version keyword