6
cowsay
6y

What is the whole hype about Vue? It just feels like angular 1 with vdom, inline styles and a custom file extension.

Comments
  • 1
    Haven't looked into it, not interested. But bumping. Maybe someone has an answer and I'd like to hear it too.
  • 1
    Have you tried vue-cli with the webpack template?

    '''
    npm i - g vue-cli
    vue init webpack boostedAngular1
    npm i
    npm run dev
    '''

    And play with the files in src folder...
  • 2
    @Artemix you summed up all my problems with frameworks, so I'll definitely look into Mithril
  • 0
    @Artemix not until u wanna use JSX.
Add Comment