Files
medium-aws-tutorial-1/links.md
2020-03-14 02:23:44 +00:00

1.0 KiB

Vue resources/references

Awesome Vue https://github.com/ais-one/vue-crud-x

Real time data-table editing in Vue: https://www.freecodecamp.org/news/how-to-build-a-real-time-editable-data-table-in-vue-js-46b7f0b11684/

Integrating a datetime into a datatable CRUD: https://www.reddit.com/r/vuejs/comments/apdm4u/how_to_integrate_a_datepicker_like_this_in/

Vuetify CRUD datatables: https://github.com/ais-one/vue-crud-x

Loading bar component for top of page: https://medium.com/js-dojo/how-to-visualize-application-loading-state-in-vuetify-44f0f0242094 https://gist.github.com/AlexeyIsavnin/c24d7ae75bfdb599907bd36d6bfc0344

Using AJAX and rate limiting with lodash: https://vuejs.org/v2/guide/computed.html#Watchers

Composition API in Vue3: https://css-tricks.com/an-early-look-at-the-vue-3-composition-api-in-the-wild/?ref=madewithvuejs.com

Libraries that work with Vue:

JS library to simplify working with arrays, numbers, objects, strings, etc.

  • Iterating arrays, objects, & strings
  • Manipulating & testing values
  • Creating composite functions