sukobuto / vue-go-sample

simple vue.js and golang project.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-go-sample

This is simple web application with vue.js and golang.

These applications supports hot reload.

USAGE

Run make dstart command.

$ make dstart
$ curl localhost:38080/monsters -vvv | jq .
$ open http://localhost:39000

Clean up

If you clean all containers, RUN make dclean command

$ make dclean
docker clean
a475fb1796ff
bf5eab629891
570c3ded5f0d
54111388d61f

About

simple vue.js and golang project.

License:MIT License


Languages

Language:Vue 43.6%Language:Makefile 18.1%Language:Go 16.7%Language:Dockerfile 11.2%Language:HTML 6.1%Language:JavaScript 4.4%