add new nuxt build

This commit is contained in:
2021-07-04 16:56:48 +02:00
parent 5b9db458ac
commit 2fbbabe45c
142 changed files with 12354 additions and 6 deletions

22
nuxt/pages/index.vue Normal file
View File

@@ -0,0 +1,22 @@
<template lang="pug">
div
.titleview
.outrun.glow
a(href="https://github.com/wieerwill") GitHub.io
.chrome.large.shine(data-text="Wieerwill") Wie
span.spark
| erwill
.buttonrow
NuxtLink(to="/profile")
button
span#offset St
span art
</template>
<script>
export default {
head: {
title: 'Welcome'
},
}
</script>