add webapp, move frontend to webapp folder
This commit is contained in:
11
webapp/frontend/src/App.vue
Normal file
11
webapp/frontend/src/App.vue
Normal file
@ -0,0 +1,11 @@
|
||||
<script setup>
|
||||
import { RouterLink, RouterView } from 'vue-router'
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<RouterView />
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
Reference in New Issue
Block a user