You can create vue project with docker.
First create an empty vue project folder.
git clone https://github.com/ezio1119/vueCLI-with-docker.git
cd vueCLI-with-docker
PROJECT_PATH is absolute path of your created vue project.
You can specify docker image tag of node.js with NODE_TAG.
make PROJECT_PATH=<your project path>