when looking at the code of vue-cli3
, it uses the workspaces
feature of yarn
to handle soft connections between packages, but also uses lerna
, and lerna bootstrap
also handles soft connections. So what"s the difference between vue-cli
and why use workspaces
of yarn
instead of lerna bootstrap
?