26
C0D4
6y

CSS Opinion Time!!

With VueJS which css framework do you guys typically use?

Comments
  • 4
    Hello my fellow PHP. I will use either Bulma or Tailwind CSS.
  • 2
    @Devnergy tailwind, that looks over complicated at a glance.
  • 1
    Well, this isn't so much Vue related but I use Bulma. I have heard Vuetify is gr8 though.
  • 2
    VanillaCSS
  • 1
    @DanijelH until you need to make the things custom it will ruin your week.
  • 1
    @Codex404 Not sure what you mean. I take SASS source and if I need to change anything, I just do.
  • 1
    @DanijelH not just styling but adding a small element somewhere. Its quicker to do it from scratch
  • 2
    @Codex404 well that really depends on the case in general. At work, we have our own npm package on our internal artifactory that all application use, so styles are consistant through all applications.
  • 1
    @DanijelH I can imagine that when one has multiple applications withthe same core it will work great but modifying every component to fit the styleguide is quite a bit of work when its more than just styling but also functionality.

    Im not saying its a bad choice Im saying that its sometimes easier to make those components from scratch.

    Im a consult but we have also internal projects, I once made a fully documented component for a project whivh fit the styleguide exactly but when I was on a project and came back it was replaced with vuetify and I got tons of questions on how to make it according to styleguide... By that time it was to late to refactor again and I had to do quite some dirty hacks to make it work according to design but not let it break something else.
  • 2
    I tend to use Bulma, but specifically with the Buefy package which gives you a bunch of Vue components so you don't need to write all of the JavaScript bits yourself
  • 0
    Bootstrap lite
Add Comment