NOT COMPILING. Init vue setup.

This commit is contained in:
2019-11-16 17:20:13 +01:00
parent b32710b4d3
commit 1e8770a226
11 changed files with 235 additions and 0 deletions

15
frontend/App.vue Normal file
View File

@@ -0,0 +1,15 @@
<template>
<div>
<h1>hello world</h1>
</div>
</template>
<script>
export {
}
</script>
<style lang="scss" scoped>
</style>