This commit is contained in:
2018-10-24 19:39:12 +00:00
parent 6d36ca7d1a
commit 7ace0f5265
2 changed files with 5 additions and 10 deletions

View File

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

View File

@@ -107,6 +107,7 @@ VUE NOTES / IMPORTANT INFO
- this just avoids all manner of potential issues
- If a runtime error occurs during a components 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