diff --git a/ui/package.json b/ui/package.json index e561a83..953d4d2 100644 --- a/ui/package.json +++ b/ui/package.json @@ -8,6 +8,7 @@ "lint": "vue-cli-service lint" }, "dependencies": { + "bulma": "^0.9.4", "core-js": "^3.8.3", "vue": "^3.2.13", "vue-class-component": "^8.0.0-0" diff --git a/ui/src/App.vue b/ui/src/App.vue index 94e991f..4966b6f 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -1,31 +1,26 @@ - - - - + + + Adventskalender + Der Gelöt + + + + diff --git a/ui/src/components/CalendarBild.vue b/ui/src/components/CalendarBild.vue deleted file mode 100644 index 0408260..0000000 --- a/ui/src/components/CalendarBild.vue +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/ui/src/components/CalendarDoor.vue b/ui/src/components/CalendarDoor.vue new file mode 100644 index 0000000..d447b28 --- /dev/null +++ b/ui/src/components/CalendarDoor.vue @@ -0,0 +1,25 @@ + + + Türken {{ day + 1 }} + + + + + + \ No newline at end of file diff --git a/ui/src/components/HelloWorld.vue b/ui/src/components/HelloWorld.vue deleted file mode 100644 index 167c739..0000000 --- a/ui/src/components/HelloWorld.vue +++ /dev/null @@ -1,63 +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 - typescript - eslint - - Essential Links - - Core Docs - Forum - Community Chat - Twitter - News - - Ecosystem - - vue-router - vuex - vue-devtools - vue-loader - awesome-vue - - - - - - - - diff --git a/ui/src/main.ts b/ui/src/main.ts index 01433bc..4d6f39e 100644 --- a/ui/src/main.ts +++ b/ui/src/main.ts @@ -1,4 +1,6 @@ import { createApp } from 'vue' import App from './App.vue' +import "bulma/css/bulma.css" + createApp(App).mount('#app') diff --git a/ui/yarn.lock b/ui/yarn.lock index 66accde..e90e6cc 100644 --- a/ui/yarn.lock +++ b/ui/yarn.lock @@ -2222,6 +2222,11 @@ buffer@^5.5.0: base64-js "^1.3.1" ieee754 "^1.1.13" +bulma@^0.9.4: + version "0.9.4" + resolved "https://registry.yarnpkg.com/bulma/-/bulma-0.9.4.tgz#0ca8aeb1847a34264768dba26a064c8be72674a1" + integrity sha512-86FlT5+1GrsgKbPLRRY7cGDg8fsJiP/jzTqXXVqiUZZ2aZT8uemEOHlU1CDU+TxklPEZ11HZNNWclRBBecP4CQ== + bytes@3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/bytes/-/bytes-3.0.0.tgz#d32815404d689699f85a4ea4fa8755dd13a96048"
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -