vuecli skeleton with docker

create app

  • copy the code from repo
  • replace to your own image name from skeleton-vuecli.
  • run below command
$ make create

start the development

$ make install
$ make up

TODO:

  • vue-cli ui에서 별도로 app을 import 하는데, 이과정을 없앨 수 있을지?
  • 현재 열려 있는 웹 cli포트를 여는 command를 Makefile에 추가하기 $ make open