From bd35bbeab4df3f7b2568718c8e6eb45c86270f0f Mon Sep 17 00:00:00 2001 From: androiddrew Date: Sun, 1 Apr 2018 15:35:20 -0400 Subject: [PATCH] Fun with Vuex and Router A toy app that uses vuex to track some minor state of an app. Need to add actions to interact with a remote service, but that is going to be missing until I can get APIStar 0.4 up and running. --- public/index.html | 2 +- src/components/Central.vue | 32 ++++++++++++++++++++ src/components/HelloWorld.vue | 57 ----------------------------------- src/store.js | 20 ++++++++++-- src/views/Home.vue | 36 +++++++++++++++++++--- 5 files changed, 83 insertions(+), 64 deletions(-) create mode 100644 src/components/Central.vue delete mode 100644 src/components/HelloWorld.vue diff --git a/public/index.html b/public/index.html index 0790495..424d9c2 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - vue_fun + Vue fun