This commit is contained in:
2018-10-25 17:00:09 +00:00
parent 36684bb67b
commit ae4b843d11
2 changed files with 32 additions and 16 deletions

View File

@@ -110,6 +110,20 @@ VUE NOTES / IMPORTANT INFO
- DATA FETCHING WITH ROUTER: https://router.vuejs.org/guide/advanced/data-fetching.html#data-fetching
POTENTIALLY USEFUL VUE COMPONENTS AND PLUGINS
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
- Shortcuts (enable keyboard shortcuts to activate elements like buttons e.g. ctrl-s to save) https://github.com/iFgR/vue-shortkey
- Clickaway (detect user clicking outside an element e.g. to dismiss a popup or something) https://github.com/simplesmiler/vue-clickaway
- Theres actually many on vue-awesome so if use this check them all out for stars and issues
- parse and format currency for display: http://openexchangerates.github.io/accounting.js/
- Date time picker: https://flatpickr.js.org/
- Vue plugin version: https://github.com/ankurk91/vue-flatpickr-component
- Input validation component: https://github.com/baianat/vee-validate
## DEPLOYMENT