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