From 05e2fd0ca3c57e2624a60cd913c60ef0ad76e9b4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 6 Nov 2018 19:28:49 +0000 Subject: [PATCH] --- app/ayanova/src/api/auth.js | 0 devdocs/tools.txt | 1 + 2 files changed, 1 insertion(+) create mode 100644 app/ayanova/src/api/auth.js diff --git a/app/ayanova/src/api/auth.js b/app/ayanova/src/api/auth.js new file mode 100644 index 00000000..e69de29b diff --git a/devdocs/tools.txt b/devdocs/tools.txt index ff2bd17d..ed827870 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -41,6 +41,7 @@ https://vuejs.org/v2/style-guide/ AJAX LIBRARY = FETCH =-=-=-=-=-=-=-=-=-=- Fetch is the built in method in modern browsers for doing ajax and looked at libs like axios but they don't bring much that is needed to the table + - https://scotch.io/tutorials/how-to-use-the-javascript-fetch-api-to-get-data CSS PREPROCESSOR = SASS =-=-=-=-=-=-=-=-=-=-=-=-