Initial commit. Add application skeleton

This commit is contained in:
2019-02-16 12:29:33 +07:00
commit 03ce30468c
25 changed files with 8395 additions and 0 deletions

11
src/views/Home.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
</template>
<script>
export default {
name: 'home',
components: {
}
}
</script>