diff --git a/public/favicon.ico b/public/favicon.ico index df36fcf..ff7f0b2 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/src/App.vue b/src/App.vue index 55df315..66153af 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,17 +1,35 @@ - - + LOADING... + + + authed + diff --git a/src/assets/logo.png b/src/assets/logo.png deleted file mode 100644 index f3d2503..0000000 Binary files a/src/assets/logo.png and /dev/null differ diff --git a/src/components/HelloWorld.vue b/src/components/HelloWorld.vue deleted file mode 100644 index 879051a..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/Login.vue b/src/components/Login.vue new file mode 100644 index 0000000..c57df5e --- /dev/null +++ b/src/components/Login.vue @@ -0,0 +1,42 @@ + + + + Submit + + + + + +
- For a guide and recipes on how to configure / customize this project, - check out the - vue-cli documentation. -