FEAT: switch to vite vue stack

This commit is contained in:
prosety
2022-11-25 19:27:48 +01:00
parent 2c4a48e1a6
commit 41fb802318
56 changed files with 3523 additions and 9631 deletions

8
src/pages/[...all].vue Normal file
View File

@@ -0,0 +1,8 @@
<template>
<div class="py-4 text-2xl text-center">Page Not found!</div>
</template>
<route lang="yaml">
meta:
layout: 404
</route>