mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-23 16:26:15 -04:00
refactor: cleaned project structure
This commit is contained in:
parent
c66e2097b6
commit
c554017e43
19 changed files with 182 additions and 200 deletions
|
@ -1,15 +1,13 @@
|
|||
<template>
|
||||
<v-row justify="center" align="center">
|
||||
<v-col cols="12" sm="8" md="6">
|
||||
<div class="text-center">
|
||||
<logo />
|
||||
<vuetify-logo />
|
||||
</div>
|
||||
<div class="text-center"/>
|
||||
<v-card>
|
||||
<v-card-title class="headline">
|
||||
Welcome to the Vuetify + Nuxt.js template
|
||||
</v-card-title>
|
||||
<v-card-text>
|
||||
|
||||
<p>
|
||||
Vuetify is a progressive Material Design component framework for
|
||||
Vue.js. It was designed to empower developers to create amazing
|
||||
|
@ -22,8 +20,7 @@
|
|||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
documentation </a
|
||||
>.
|
||||
documentation </a>.
|
||||
</p>
|
||||
<p>
|
||||
If you have questions, please join the official
|
||||
|
@ -33,8 +30,7 @@
|
|||
rel="noopener noreferrer"
|
||||
title="chat"
|
||||
>
|
||||
discord </a
|
||||
>.
|
||||
discord </a>.
|
||||
</p>
|
||||
<p>
|
||||
Find a bug? Report it on the github
|
||||
|
@ -44,8 +40,7 @@
|
|||
rel="noopener noreferrer"
|
||||
title="contribute"
|
||||
>
|
||||
issue board </a
|
||||
>.
|
||||
issue board </a>.
|
||||
</p>
|
||||
<p>
|
||||
Thank you for developing with Vuetify and I look forward to bringing
|
||||
|
@ -54,7 +49,7 @@
|
|||
<div class="text-xs-right">
|
||||
<em><small>— John Leider</small></em>
|
||||
</div>
|
||||
<hr class="my-3" />
|
||||
<hr class="my-3">
|
||||
<a
|
||||
href="https://nuxtjs.org/"
|
||||
target="_blank"
|
||||
|
@ -62,7 +57,7 @@
|
|||
>
|
||||
Nuxt Documentation
|
||||
</a>
|
||||
<br />
|
||||
<br>
|
||||
<a
|
||||
href="https://github.com/nuxt/nuxt.js"
|
||||
target="_blank"
|
||||
|
@ -72,8 +67,10 @@
|
|||
</a>
|
||||
</v-card-text>
|
||||
<v-card-actions>
|
||||
<v-spacer />
|
||||
<v-btn color="primary" nuxt to="/inspire"> Continue </v-btn>
|
||||
<v-spacer/>
|
||||
<v-btn color="primary" nuxt to="/inspire">
|
||||
Continue
|
||||
</v-btn>
|
||||
</v-card-actions>
|
||||
</v-card>
|
||||
</v-col>
|
||||
|
@ -81,13 +78,12 @@
|
|||
</template>
|
||||
|
||||
<script>
|
||||
import Logo from '~/components/Logo.vue'
|
||||
import VuetifyLogo from '~/components/VuetifyLogo.vue'
|
||||
|
||||
export default {
|
||||
components: {
|
||||
Logo,
|
||||
VuetifyLogo,
|
||||
},
|
||||
components: {}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style lang="less">
|
||||
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue