From fb907f8e73948593f33a5365da3aeef6b7790e99 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 30 Oct 2018 22:43:09 +0000 Subject: [PATCH] --- devdocs/tools.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/devdocs/tools.txt b/devdocs/tools.txt index e7906ed7..ca8ed15b 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -101,6 +101,12 @@ This tool will audit a PWA and ensure it meets all the requirements to work well - Gulp seems best for me: https://docs.microsoft.com/en-us/aspnet/core/client-side/using-gulp +VUE UI FRAMEWORK = VUETIFY +=-=-=-=-=-=-=-=-=-=-=-=-=- +- Settled on Vuetify and Material Design look and feel (fuck iOS) +- Vuetify plugin for VUECLI3: https://github.com/vuetifyjs/vue-cli-plugin-vuetify +- Articles on vuetify on medium: https://medium.com/vuetify + VUE NOTES / IMPORTANT INFO =-=-=-=-=-=-=-=-=-=-=-=-=- - always use kebab-case for everything including component names, props, events etc.