add ability to set up a webapp
This commit is contained in:
15
cmd/cli/templates/vue/AboutView.vue.tmpl
Normal file
15
cmd/cli/templates/vue/AboutView.vue.tmpl
Normal file
@ -0,0 +1,15 @@
|
||||
<template>
|
||||
<div class="about">
|
||||
<h1>This app was generated using the Masonry CLI tool.</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style>
|
||||
@media (min-width: 1024px) {
|
||||
.about {
|
||||
min-height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
}
|
||||
</style>
|
8
cmd/cli/templates/vue/HomeView.vue.tmpl
Normal file
8
cmd/cli/templates/vue/HomeView.vue.tmpl
Normal file
@ -0,0 +1,8 @@
|
||||
<script setup lang="ts">
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main>
|
||||
|
||||
</main>
|
||||
</template>
|
Reference in New Issue
Block a user