From e31a93e82631f4748bc43e7df4ed9707e9004359 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 19 Oct 2018 17:49:06 +0000 Subject: [PATCH] --- devdocs/todo.txt | 3 +++ devdocs/tools.txt | 3 +++ 2 files changed, 6 insertions(+) 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