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