Announcing Vue.js 2.0
medium.com
Announcing Vue.js 2.0
1–10 of 59 posts
Re: Announcing Vue.js 2.0
#2Vue 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
#3Git source: https://github.com/vuejs/vue/tree/next/
Re: Announcing Vue.js 2.0
#4Thanks 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
#5Re: Announcing Vue.js 2.0
#6This guy gets it.
Re: Announcing Vue.js 2.0
#7Thanks 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
#8 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
#9It 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
#10Congratulations 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…