This commit is contained in:
2018-10-25 17:59:40 +00:00
parent 8eca4563b2
commit 5b815a129d
2 changed files with 16 additions and 4 deletions

View File

@@ -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)

View File

@@ -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