This commit is contained in:
2018-10-22 23:49:30 +00:00
parent b3169b9856
commit 8be94d4018
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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