Docker image for running the Vue CLI.
999
A Docker image for running the Vue CLI tool tool.
You can find the image at docker.io/mtpereira/vue-cli.
Run it with docker run --rm -it mtpereira/vue-cli __VUE_COMMAND__.
For example, to create an
example project, run docker run --rm -it mtpereira/vue-cli create example.
To have this example
project on your filesystem, add a volume, like so: docker run --rm -it -v $(pwd):/vue mtpereira/vue-cli create example.
Content type
Image
Digest
Size
69.3 MB
Last updated
about 8 years ago
docker pull mtpereira/vue-cli