Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 362 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 362 Bytes

Dockerized npm

dockerized npm

Examples

dockerized npm init    # Initialize a new project
dockerized npm install # Install package.json

Global installs

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