As my career has progressed I have filling a number of roles; backend(LEMP), then team lead, then Dev(Sec)Ops. The few times I needed frontend effort someone more skilled was always available. So frontend was never my thing. Recently though, I have been listening to some VueJS videos and it seems ...interesting. Not like the JS of the old days (writing logic twice, once for each browser).
So; what are some of your favorite libraries to use with VueJS (or plain JS)?

Oldest comments (35)
Vue Router and Vuex (for state management). I also use Vuetify a lot.
Vue-Apollo is also great for working with GraphQL inside Vue.
Love Vuetify. Really nice package
You should try out quasar framework also.
Wow! Looks awesome
Vuetifyjs looks amazing. A Material design UI library was one of the first thing I looked for when VueJS caught my eye. Thank you for sharing.
I just tried Vue-Apollo for about 7 minutes, and it was very easy to get started + it worked as I expected. I like it!
Vuex is the Killer Feature for me, and I find vue-i18n to be pretty useful.
I liked Quasar for the UI components. I haven't used it for a while and they've rev'd a few times since, but it was great back then and probably better now.
It's only Vue UI framework I use every time.
Vuex-ORM with Plugin-GraphQL is amazing :)
And Vuetify of course.
Vuex is definitely number one!
vue-confetti π
vue-overdrive π€
vue-socket.io β‘
vuex-persistedstate πΎ
Not a library but I think it is worth noting how awesome the Vue developer tools are for Chrome π₯
this helped me a lot and made life so much easiger.
vuex-map-fields
Oh, thats pretty neat. Thank you for the share jan.
Element UI
That Element UI looks nice!
Vuex - Awesome state manager;
Buefy or Vuetify - For some pretty UI components like navbars, buttons, grid and more;
Oh, the Vue DevTools for Chrome is also pretty handy to debug components
DevTools FTW! Nothing makes learning a new tool / language than a good debugger and trace tool.