diff --git a/src/App.vue b/src/App.vue index 7d56fa8..3d89fbf 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,16 @@ - - + diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index 0a3f1eb..0000000 --- a/src/components/HelloWorld.vue +++ /dev/null @@ -1,58 +0,0 @@ - - - {{ msg }} - - For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. - - Installed CLI Plugins - - babel - eslint - - Essential Links - - Core Docs - Forum - Community Chat - Twitter - News - - Ecosystem - - vue-router - vuex - vue-devtools - vue-loader - awesome-vue - - - - - - - - diff --git a/src/components/InboxScreen.vue b/src/components/InboxScreen.vue new file mode 100644 index 0000000..7bc9d9e --- /dev/null +++ b/src/components/InboxScreen.vue @@ -0,0 +1,15 @@ + + VMail Inbox + + Table will go here + + + + + \ No newline at end of file
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -