Docker image for VUEPRESS to use as build container. Image on dockerhub: https://hub.docker.com/r/crowdcode/vuepress/ Project on Github: https://github.com/crowdcode ...
Currently, this image uses node v11.7.0 (npm 6.5.0), vue-cli 3.3.0 and Debian stretch as base distribution. docker run -it --rm -v "$PWD":/workspace crowdcode/vue-cli ...