This commit is contained in:
@@ -26,6 +26,8 @@ DEVELOPMENT SCHEDULE
|
|||||||
WEEK OF 2018-10-22 - Learn Vue, select a UI framework
|
WEEK OF 2018-10-22 - Learn Vue, select a UI framework
|
||||||
|
|
||||||
- skim through VUE docs to familiarize before coding
|
- 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
|
- 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
|
- Be sure it's component-ized properly: https://vuejs.org/v2/guide/components.html#Organizing-Components
|
||||||
|
|||||||
@@ -30,6 +30,10 @@ VUE APP ORGANIZING COMPONENTS
|
|||||||
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
|
||||||
https://vuejs.org/v2/guide/components.html#Organizing-Components
|
https://vuejs.org/v2/guide/components.html#Organizing-Components
|
||||||
|
|
||||||
|
VUE STYLE GUIDE
|
||||||
|
=-=-=-=-=-=-=-=-
|
||||||
|
https://vuejs.org/v2/style-guide/
|
||||||
|
|
||||||
AJAX LIBRARY = FETCH
|
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user