This commit is contained in:
2018-10-25 17:12:57 +00:00
parent ae4b843d11
commit 7b6f9f1618
2 changed files with 8 additions and 3 deletions

View File

@@ -30,6 +30,9 @@ WEEK OF 2018-10-22 - Learn Vue, select a UI framework
- special emphasis on form controls (need to define what I need to ensure it's there) - special emphasis on form controls (need to define what I need to ensure it's there)
- think about appearance material? bootstrap?, review these options directly supported in vscode/veture: - think about appearance material? bootstrap?, review these options directly supported in vscode/veture:
- Consider all inputs required and forms and layout methods (make a list of components required and test on various devices [datetime, date, time, numeric, color etc]) - Consider all inputs required and forms and layout methods (make a list of components required and test on various devices [datetime, date, time, numeric, color etc])
- Read this: https://qiita.com/nickhall/items/d1043f3f9874c90b6f8e
- And this: https://logrocket.com/blog/an-imperative-guide-to-forms-in-vue-js-2/
- Check browsers supported, some don't support all browsers i.e. IE 8 is not supported by some. - Check browsers supported, some don't support all browsers i.e. IE 8 is not supported by some.
- ONSEN: https://onsen.io/v2/guide/ (MOBILE FOCUSED) - ONSEN: https://onsen.io/v2/guide/ (MOBILE FOCUSED)
- ELEMENT: https://element.eleme.io/#/en-US (DESKTOP FOCUSED) - ELEMENT: https://element.eleme.io/#/en-US (DESKTOP FOCUSED)
@@ -49,7 +52,8 @@ WEEK OF 2018-10-22 - Learn Vue, select a UI framework
- 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
- Document areas needed to focus on for learning and then do them - Document areas needed to focus on for learning and then do them
- Examine on phone, ipad, all desktop browsers, low bandwidth test, no bandwidth test - Examine on phone, ipad, all desktop browsers, low bandwidth test, no bandwidth test
- Appearance, look and feel: Look at this, it's modern and cool looking and gives an idea of what I should be considering:
https://laravel-enso.github.io/enso/videos/bulma_quick_walkthrough.webm
WEEK OF 2018-10-29 TO NOV 12th - RAVEN shell start work. WEEK OF 2018-10-29 TO NOV 12th - RAVEN shell start work.
- Plan out the shell basic requirements - Plan out the shell basic requirements

View File

@@ -119,6 +119,7 @@ POTENTIALLY USEFUL VUE COMPONENTS AND PLUGINS
- Date time picker: https://flatpickr.js.org/ - Date time picker: https://flatpickr.js.org/
- Vue plugin version: https://github.com/ankurk91/vue-flatpickr-component - Vue plugin version: https://github.com/ankurk91/vue-flatpickr-component
- Input validation component: https://github.com/baianat/vee-validate - Input validation component: https://github.com/baianat/vee-validate
- Progress bar (very clean and small, ideal for ajax calls): http://ricostacruz.com/nprogress/