Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 393 Bytes

README.md

File metadata and controls

18 lines (15 loc) · 393 Bytes

VueCLI-with-docker

Usage

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>