diff --git a/README.md b/README.md index 37831b9..2950a52 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,11 @@ docker-compose run node yarn test:unit docker-compose run node yarn lint ``` +### Show build log +``` +docker-compose logs -f node +``` + ## Contributing You are welcome to contribute to SoftDocLinker if you have improvements or bug fixes. diff --git a/src/App.vue b/src/App.vue index 79a81a7..6dec89a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,5 +1,9 @@