Live data from Hacker News

Announcing Vue.js 2.0

medium.com

1–10 of 59 posts

Re: Announcing Vue.js 2.0

#2
Thanks for all of your work Evan :)

Vue was the first JS framework that made sense to me for projects that needed more than online jQuery and not a full SPA app.

Re: Announcing Vue.js 2.0

#4
post #2

Thanks for all of your work Evan :) Vue was the first JS framework that made sense to me for projects that needed more than online jQuery and not a full SPA app.

Vue and Riot are the only 2 frameworks I use outside of work. I wish I could use either of these at my day job :(

Re: Announcing Vue.js 2.0

#5
Amazing work ! I'm looking forward to test the server-side rendering. The render/template possibility seem a bit confusing, can we mix both in one component ?

Re: Announcing Vue.js 2.0

#7
post #2

Thanks for all of your work Evan :) Vue was the first JS framework that made sense to me for projects that needed more than online jQuery and not a full SPA app.

Vue and Riot are the only 2 frameworks I use outside of work. I wish I could use either of these at my day job :(

What do you use at your day job?

Re: Announcing Vue.js 2.0

#8
Congratulations on your launch, but I couldn't tell what Vue was from this announcement post. I wish articles like this could include even just one sentence at the beginning that looks like this:

    Vue.js is a library for building interactive web
    interfaces. It provides data-reactive components
    with a simple and flexible API.
(pulled from their GitHub README, which I was only able to find because of the comment here on HN from cdnsteve fifteen minutes ago: https://news.ycombinator.com/item?id=11582600).

Edit:

Thanks, Evan, for adding the explanatory bit at the top of the post.

Re: Announcing Vue.js 2.0

#9
I am a huge fan of Vue (which at work, we pronounce "Voo" to not confuse views as in "templates" or views as in "look of something"). Really appreciate all the work Evan You has put into it, it's delightful to work with.

It would be awesome if the vue-router, vue-resource, and vuex libs could be baked in somehow, if only to have them officially supported. All the same, it's great as is!

Re: Announcing Vue.js 2.0

#10

Congratulations on your launch, but I couldn't tell what Vue was from this announcement post. I wish articles like this could include even just one sentence at the beginning that looks like this: Vue.js is a library for building interactive web interfaces. It provides data-reactive components with a simple and flexible API. (pulled from their GitHub README, which I was only able to find because of the comment here on…

The main vue.js web site is here: http://vuejs.org/
Post reply on HN