add ability to set up a webapp

This commit is contained in:
2025-02-15 16:00:58 -07:00
parent e34da045bc
commit de771d83b1
15 changed files with 612 additions and 36 deletions

View 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>

View File

@ -0,0 +1,8 @@
<script setup lang="ts">
</script>
<template>
<main>
</main>
</template>