diff --git a/devdocs/todo.txt b/devdocs/todo.txt index a4ce7f72..214bd104 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -31,6 +31,9 @@ IMMEDIATE ITEMS: Go through the TOOLS.txt file VUE section and install ServiceWorker - learn it, know it, love it + - Make Pecklist work with a service worker for offline use!!!! + - Do it "manually" to learn about SW better + - Use the VUE CLI generated stuff as a base Do some tutorials to get a feel, read all the following VUE PWA diff --git a/devdocs/tools.txt b/devdocs/tools.txt index 59208c30..2dedb6c9 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -3,6 +3,9 @@ UI FRAMEWORK = VUE.JS =-=-=-=-=-=-=-=-=-= +VUE CLI being used + - config: https://github.com/vuejs/vue-cli/blob/dev/docs/config/README.md + INSTALLATION - https://vuejs.org/v2/guide/installation.html