From 8be94d4018cb4043b39d313c75717176bd60a3b7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 22 Oct 2018 23:49:30 +0000 Subject: [PATCH] --- devdocs/todo.txt | 2 ++ devdocs/tools.txt | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index d6c96b88..f0028c5d 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -26,6 +26,8 @@ DEVELOPMENT SCHEDULE WEEK OF 2018-10-22 - Learn Vue, select a UI framework - skim through VUE docs to familiarize before coding + - Read the style guide and if possible stick to it: + - https://vuejs.org/v2/style-guide/ - Make a basic PWA app code against RAVEN server a throwaway initial stab at RAVEN for learning what is needed to learn - Be sure it's component-ized properly: https://vuejs.org/v2/guide/components.html#Organizing-Components diff --git a/devdocs/tools.txt b/devdocs/tools.txt index 3e9acedc..61710ad5 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -30,6 +30,10 @@ VUE APP ORGANIZING COMPONENTS =-=-=-=-=-=-=-=-=-=-=-=-=-=-= https://vuejs.org/v2/guide/components.html#Organizing-Components +VUE STYLE GUIDE +=-=-=-=-=-=-=-=- +https://vuejs.org/v2/style-guide/ + AJAX LIBRARY = FETCH =-=-=-=-=-=-=-=-=-=- Fetch is the built in method in modern browsers for doing ajax and looked at libs like axios but they don't bring much that is needed to the table