From 5b815a129d60ef0ddb9e1fbdbcfb321a509e2f2c Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 25 Oct 2018 17:59:40 +0000 Subject: [PATCH] --- devdocs/todo.txt | 1 + devdocs/tools.txt | 19 +++++++++++++++---- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/devdocs/todo.txt b/devdocs/todo.txt index 9ff03fe3..6e00a365 100644 --- a/devdocs/todo.txt +++ b/devdocs/todo.txt @@ -38,6 +38,7 @@ WEEK OF 2018-10-22 - Learn Vue, select a UI framework - FA is well used, are there any others? Is it better than MDI I am using already?? - Would I need the pro version of FA for any reason?? - ICONS: Font Awesome: https://fontawesome.com/, in rockfish am using Material design icons: https://materialdesignicons.com/ + - https://github.com/vuejs/awesome-vue#icons - Check browsers supported, some don't support all browsers i.e. IE 8 is not supported by some. - ONSEN: https://onsen.io/v2/guide/ (MOBILE FOCUSED) diff --git a/devdocs/tools.txt b/devdocs/tools.txt index b6222655..005ea131 100644 --- a/devdocs/tools.txt +++ b/devdocs/tools.txt @@ -125,10 +125,21 @@ POTENTIALLY USEFUL VUE / GENERAL COMPONENTS AND PLUGINS - Intro.js Introduction tool to train people in page, AWESOME!!: https://introjs.com/ - ICONS: Font Awesome: https://fontawesome.com/, in rockfish am using Material design icons: https://materialdesignicons.com/ - CSV converter: converts json to csv for download: https://github.com/ynishi/vuecsv - - - - + - TAG control for inputing tags: https://github.com/matiastucci/vue-input-tag + - More of them: https://github.com/vuejs/awesome-vue#type-select + - File upload controls: https://github.com/vuejs/awesome-vue#file-upload + - FAB button: https://github.com/PygmySlowLoris/vue-fab + - Image manipulation: https://github.com/vuejs/awesome-vue#image-manipulation + - Markdown: https://github.com/vuejs/awesome-vue#markdown + - Rich text editing: https://github.com/vuejs/awesome-vue#rich-text-editing + - Autocomplete: https://github.com/vuejs/awesome-vue#autocomplete + - QR code generator and readers: https://github.com/vuejs/awesome-vue#qr-code + - Pull to refresh: https://github.com/vuejs/awesome-vue#pull-to-refresh + - Maps: https://github.com/vuejs/awesome-vue#map + - Notifications / Toast: https://github.com/vuejs/awesome-vue#notification + - Affix (keep sidebars in view or elements that hover): https://github.com/eddiemf/vue-affix + - Query builder: https://dabernathy89.github.io/vue-query-builder/ + - Offline / Online detection: https://github.com/vinayakkulkarni/v-offline ## DEPLOYMENT