7

Ok, so after reading that GitLab is using Vue.js. It seems a pretty interesting option

Comments
  • 0
    Vuejs makes JavaScript better!
  • 0
    @marvvvv It looks really awesome, do you use it at work?
  • 2
    I've used it for hobby projects and we decided to give it a shot where I work a week ago.
    The reason why we chose it was ultimately because it is
    - Easy to learn
    - Has great documentation
    - Performant
    - Not as many movings parts as a typical react stack
    - The most important addons are officially supported (router/state)
    - Single file components

    And subjectively: very fun to work with.
    Give it a shot - it is so simple to learn that the cost of playing around with it is a non-issue.
  • 1
    At work we're rebuilding our Admin Control Panel using vueify and Vue-router. It is so awesome and amazingly fast <3
  • 0
    @meseguer1998 i build many projects with vuejs. I love the declarative syntax
Add Comment