diff --git a/docker-compose.yml b/docker-compose.yml index bf82421..581010e 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,10 +1,14 @@ version: "2" +volumes: + frontend_home: + services: dev: build: ./docker restart: "no" volumes: + - "frontend_home:/home/node" - "${PWD}:/srv/vue/bday2020" ports: - 8000:8000 diff --git a/public/bg.jpg b/public/bg.jpg new file mode 100644 index 0000000..5d39a23 Binary files /dev/null and b/public/bg.jpg differ diff --git a/public/favicon.ico b/public/favicon.ico index df36fcf..30fa9c6 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/App.vue b/src/App.vue index 55df315..e8a5259 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,22 +1,28 @@ - - + + + + \ No newline at end of file diff --git a/src/assets/logo.png b/src/assets/logo.png index f3d2503..9f93575 100644 Binary files a/src/assets/logo.png and b/src/assets/logo.png differ diff --git a/src/components/BDay.vue b/src/components/BDay.vue new file mode 100644 index 0000000..864f537 --- /dev/null +++ b/src/components/BDay.vue @@ -0,0 +1,24 @@ + + + Alles Gute zu Deinem Geburtstag! + + + + + + + + + \ No newline at end of file diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index b9c8bb2..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,61 +0,0 @@ - - - {{ msg }} - - For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. - - Installed CLI Plugins - - babel - eslint - - - - - Essential Links - - Core Docs - Forum - Community Chat - Twitter - News - - Ecosystem - - vue-router - vuex - vue-devtools - vue-loader - awesome-vue - - - - - - - -
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -