Hacker News new | ask | show | jobs
Vue.js spring boot starter (github.com)
24 points by kucharzyktomasz 3817 days ago
4 comments

This blog post is a great and thorough introduction to Vue.js: http://blog.evanyou.me/2015/10/25/vuejs-re-introduction/

Writing components in single files is mighty nice (w/ or w/o pre-processors): http://blog.evanyou.me/images/vue-component.png

And it looks like a flux approach is in the works: https://github.com/vuejs/vuex

I hate to be the one to ask but what exactly is this and what was it made for?
It's a more than decent alternative to libraries like Angular or React for building web interfaces. I've followed a few tutorials and find it really inspiring. I hope it catches on.
My company has been building newer internal apps with Vue.js for the past few months. Its been fantastic so far.
Take a look at examples at http://vuejs.org/guide/
I know what vue is but what exactly is a Java spring starter?
It's integration for java.

Simple starter where Vue.js workflow work great with java application.

Large companies have used this because, like Ractive, with which it kind of competes, you can produce something very quickly (Ractive was initially developed for internal news room use). Alibaba used Vue for Singles day, Nintendo for its forum, etc. Using it for quick-turnaround work is a breeze.
Updated starter version brings vue-router example