An example of the Vue CLI app with Vue Test Utils & Jest
docker-compose up
You can access the API server at http://localhost:8080
.
If you change something, execute the following command, instead:
docker-compose up --build
docker-compose down
docker-compose up test