Live data from Hacker News

Vue.js spring boot starter

github.com

1–10 of 10 posts

Re: Vue.js spring boot starter

#3
post #2

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.

Re: Vue.js spring boot starter

#6
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

Re: Vue.js spring boot starter

#7
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.

Re: Vue.js spring boot starter

#9

Earlier quoted context omitted.

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.