start ui with login

This commit is contained in:
2021-11-03 14:10:03 +01:00
commit e3f2e12df4
20 changed files with 28460 additions and 0 deletions

14
src/App.vue Normal file
View File

@@ -0,0 +1,14 @@
<template>
<div id="app">
<router-view></router-view>
</div>
</template>
<script>
export default {
name: 'vue_signup'
}
</script>
<style>
</style>