This commit is contained in:
2018-10-16 22:00:07 +00:00
parent d861c30ef0
commit 65d874a944

View File

@@ -25,16 +25,13 @@ CODING WORK
IMMEDIATE ITEMS: IMMEDIATE ITEMS:
================ ================
Go through startup.cs ensure all the route related stuff needs to be there and correctly handle the spa routes if reload.
*** CLIENT SHELL *** *** CLIENT SHELL ***
Go through the TOOLS.txt file VUE section and install Go through the TOOLS.txt file VUE section and install
Look into / will I need the following bits that work with vue: Look into / will I need the following bits that work with vue:
- Router: https://router.vuejs.org/
- VUEX: https://vuex.vuejs.org/
- BABEL: https://babeljs.io/ - BABEL: https://babeljs.io/
Do some tutorials to get a feel, read all the following Do some tutorials to get a feel, read all the following
@@ -61,6 +58,9 @@ Do some tutorials to get a feel, read all the following
- Read about Single File Components https://vuejs.org/v2/guide/single-file-components.html - Read about Single File Components https://vuejs.org/v2/guide/single-file-components.html
- Skim and have at hand ES2015 guide: https://babeljs.io/docs/en/learn - Skim and have at hand ES2015 guide: https://babeljs.io/docs/en/learn
Once I can make the client I need to get into that and make the shell and initial interface with enough stuff to do basic testing initially Once I can make the client I need to get into that and make the shell and initial interface with enough stuff to do basic testing initially
- Make sure to see the vue.js stuff in tools and below and contemplate it fully before committing to it - Make sure to see the vue.js stuff in tools and below and contemplate it fully before committing to it
- VUE was chosen some time ago and there are likely other things out now - VUE was chosen some time ago and there are likely other things out now