Sign inSign up

mtpereira/vue-cli

By mtpereira

Updated almost 8 years ago

Docker image for running the Vue CLI.

Image
0

999

mtpereira/vue-cli repository overview

Vue CLI Dockerfile

Docker Build Statu

A Docker image for running the Vue CLI tool tool.

How to use

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.

Tag summary

Content type

Image

Digest

Size

69.3 MB

Last updated

about 8 years ago

docker pull mtpereira/vue-cli