feat(global): initialize project and framework structure, dockerize
This commit is contained in:
13
app/pages/index.vue
Normal file
13
app/pages/index.vue
Normal file
@@ -0,0 +1,13 @@
|
||||
<script setup lang="ts">
|
||||
import PrimeButtonDemo from '@/components/PrimeButtonDemo.vue';
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<main class="p-6 space-y-4">
|
||||
<section>
|
||||
<h2 class="text-xl font-semibold">Welcome</h2>
|
||||
<p class="text-slate-600">This is the foundation of The SYSTEM.</p>
|
||||
</section>
|
||||
<PrimeButtonDemo />
|
||||
</main>
|
||||
</template>
|
||||
Reference in New Issue
Block a user