initial commit
authorLukas Krickl <lukas@krickl.dev>
Fri, 5 Nov 2021 13:30:28 +0000 (14:30 +0100)
committerLukas Krickl <lukas@krickl.dev>
Fri, 5 Nov 2021 13:30:28 +0000 (14:30 +0100)
commitbc7eb69f9b6911670e9c0a3877d8a0919ee1ac87
treee6dc67eeb7455f820def5c229e3d4a4b98aec1e4
initial commit
24 files changed:
.babelrc [new file with mode: 0644]
.eslintrc [new file with mode: 0644]
.gitignore [new file with mode: 0644]
LICENSE [new file with mode: 0755]
README.md [new file with mode: 0644]
__tests__/test.spec.js [new file with mode: 0644]
assets/img/logo.png [new file with mode: 0644]
components/Footer.vue [new file with mode: 0644]
components/Glover.vue [new file with mode: 0644]
components/Header.vue [new file with mode: 0644]
components/Logpeek.vue [new file with mode: 0644]
components/Minutecat.vue [new file with mode: 0644]
components/Nav.vue [new file with mode: 0644]
components/Turtlebay.vue [new file with mode: 0644]
components/Ultrars.vue [new file with mode: 0644]
jest.config.js [new file with mode: 0644]
layouts/default.vue [new file with mode: 0644]
nuxt.config.js [new file with mode: 0644]
package.json [new file with mode: 0644]
pages/about.vue [new file with mode: 0644]
pages/contact.vue [new file with mode: 0644]
pages/index.vue [new file with mode: 0644]
static/favicon.ico [new file with mode: 0644]
yarn.lock [new file with mode: 0644]