Project start
This commit is contained in:
commit
175e397191
23 changed files with 366 additions and 0 deletions
5
src/views/AboutView.vue
Normal file
5
src/views/AboutView.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<h1>This is an about page</h1>
|
||||
</div>
|
||||
</template>
|
||||
5
src/views/HomeView.vue
Normal file
5
src/views/HomeView.vue
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<div>
|
||||
<h1>This is home page</h1>
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue