dockerized npm
dockerized npm init # Initialize a new project
dockerized npm install # Install package.json
Global installations are supported and are stored within a docker volume, which is shared with npx
, node
and npm
.
dockerized npx --package=@vue/cli vue