1
2 Comments

What's your essential packages list for small apps?

Hello,

I am still rookie to Vue world, been using Vue 2.x only 3 times for now (1 admin dashboard simple SPA and 2 components in non spa sites).

What I cannot leave without:

What's yours?

on July 30, 2020
  1. 1

    I think it really depends on how old the browsers are you want to support. Something like qs is now built in with URLSearchParams and axios-> fetch.

    Anyway more vue related: if you want to really quickly build a UI in Vue, vuetify can't be beat. It performs good enough, and also looks decent :)

    1. 1

      Yes. I am aware of URLSearchParams, but qs is more versatile. Actually that's what I've been using before. I had a case where I needed the query string (with multi dimensional keys) converted in an object.

      Still using bootstrap.. :)