diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 89e26b19..ec5d78c9 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -25,16 +25,13 @@ CODING WORK 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 *** Go through the TOOLS.txt file VUE section and install 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/ 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 - 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 - 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