This commit is contained in:
@@ -24,19 +24,13 @@ CODING WORK
|
||||
DEVELOPMENT SCHEDULE
|
||||
--------------------
|
||||
WEEK OF 2018-10-22 - Learn Vue, select a UI framework
|
||||
|
||||
|
||||
|
||||
- Skim router docs:https://router.vuejs.org/
|
||||
|
||||
- Skim (slowly) the VUEX DOCS: https://github.com/vuejs/vuex
|
||||
|
||||
- Check this shit out: https://github.com/vuejs/awesome-vue#components--libraries
|
||||
|
||||
- Make a basic PWA app code against RAVEN server a throwaway initial stab at RAVEN for learning what is needed to learn
|
||||
- Try the various UI frameworks / stylers and get a feel before making a selection
|
||||
- special emphasis on form controls (need to define what I need to ensure it's there)
|
||||
- Make a basic temporary test for learning 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
|
||||
- Document areas needed to focus on for learning and then do them
|
||||
- Try the various UI frameworks / stylers and get a feel before making a selection
|
||||
- Examine on phone, ipad, all desktop browsers, low bandwidth test, no bandwidth test
|
||||
|
||||
|
||||
|
||||
@@ -107,6 +107,7 @@ VUE NOTES / IMPORTANT INFO
|
||||
- this just avoids all manner of potential issues
|
||||
- If a runtime error occurs during a component’s render, it will be passed to the global Vue.config.errorHandler config function if it has been set. It might be a good idea to leverage this hook together with an error-tracking service like Sentry, which provides an official integration for Vue.
|
||||
- Style guide: https://vuejs.org/v2/style-guide/
|
||||
- DATA FETCHING WITH ROUTER: https://router.vuejs.org/guide/advanced/data-fetching.html#data-fetching
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user