diff options
author | HampusM <hampus@hampusmat.com> | 2021-05-24 10:49:41 +0200 |
---|---|---|
committer | HampusM <hampus@hampusmat.com> | 2021-05-24 10:49:41 +0200 |
commit | 518bd58c5aba1a6eaa645074f3ae2d780c45f6dc (patch) | |
tree | a99acd3b434422e019bc76064ad0798c8472f07d /src/frontend/App.vue | |
parent | 21e52ba2fa323e8aebf291882083c1eca9f6a5af (diff) |
Restructured the whole project & added Nodemon and Concurrently
Diffstat (limited to 'src/frontend/App.vue')
-rw-r--r-- | src/frontend/App.vue | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/frontend/App.vue b/src/frontend/App.vue new file mode 100644 index 0000000..cbdce56 --- /dev/null +++ b/src/frontend/App.vue @@ -0,0 +1,11 @@ +<template> + <div id="container" class="container-fluid px-0"> + <router-view/> + </div> +</template> + +<script> +export default { + name: "App" +} +</script>
\ No newline at end of file |