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)?
Top 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
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!
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.
Vuex is the Killer Feature for me, and I find vue-i18n to be pretty useful.
vue-confetti 🎊
vue-overdrive 🤖
vue-socket.io ⚡
vuex-persistedstate 💾
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.
I prefer Quasar. Especially now when v1 is released. I was surprised how big is the Quasar team.
I recommend you to have a look at its amazing documentation or you can spend 12$ on Udemy - Cross-Platform VueJS Vuex & Firebase Apps.
Subscribe to the newsletter to receive monthly expert tips and tricks to extend your Quasar expertise.
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.
Nuxt, Vuelidate, Vuepress
Element UI
That Element UI looks nice!
We've got a fairly forms-heavy app, and I've found Vee-Validate and Vuex-Map-Fields to be an enormous help.
Vuex-persist or vuex-presistant. Either one you use. I still don't know why persistance has to be a plugin
Because HTTP is stateless
I don't understand