Dependencies you must know as a vuejs developer
2 min readJul 19, 2021
Hello Developers,
I came across some dependencies and I thought I should share so it would be useful for anyone looking to build their next big project on Vuejs, though, most of this dependency could be used in some of the other frameworks or libraries too, but this article will mostly focus on how to use them in Vuejs,
They are as follow.
- Progressbar: this could be used to visualize the progression of an extended computer operation, such as a download, file transfer, or installation. check it out here and see how to install and customize.
- Moments: Parse, validate, manipulate, and display dates and times in JavaScript.this could be used to format dates to a readable form, it works, more like laravel carbon, head to their official page and see any way you could format dates.
- Vform: vform is a tiny library for Vue 2/3 to help with forms and validation when using Laravel as a back-end. Click here for the documentation.
- Sweetalert: this helped you with a customizable alert box, its soo cool I bet you would love to use it, just click here and see the magic.
There are still a lot more and hope to share as I learn forward,
Thanks for reading and enjoy your SPA-building journey!!