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/Articles.vue Normal file
View File

@@ -0,0 +1,11 @@
<template>
<div>
<h2>Articles</h2>
</div>
</template>
<script>
export default {
};
</script>