Vue.js spring boot starter
github.com
Vue.js spring boot starter
1–10 of 10 posts
Re: Vue.js spring boot starter
#2I hate to be the one to ask but what exactly is this and what was it made for?
Re: Vue.js spring boot starter
#3I 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
#4I hate to be the one to ask but what exactly is this and what was it made for?
Take a look at examples at http://vuejs.org/guide/
Re: Vue.js spring boot starter
#5I hate to be the one to ask but what exactly is this and what was it made for?
My company has been building newer internal apps with Vue.js for the past few months. Its been fantastic so far.
Re: Vue.js spring boot starter
#6This 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
#7Large 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
#8Re: Vue.js spring boot starter
#9Re: Vue.js spring boot starter
#10Updated starter version brings vue-router example