Thursday, September 7, 2017

First beta release of Vue GWT

Hi!

We have just released the first beta version of Vue GWT.
Vue GWT integrates Vue.js with GWT 2.8 using JsInterop. It lets you write Vue.js components in Java.

Features
  • HTML template, with 2-way data binding
  • Template expressions type checking at compile time
  • Use regular Java Objects and Collections in your templates
  • Support injection in Components
  • Integrates with GWT Resources and Widgets
  • HTML templates are compiled to JavaScript during Java Compilation (only requires Vue.js runtime)
  • Supports most of Vue.js features
  • Supports Vue Router integration with Vue Router GWT
Want to see what it looks like?

We have a pretty detailed documentation with live examples.

Who is using this?

We have been using it internally at GenMyModel on some projects.
We would be very happy to get more feedback from you, we have a gitter available in case you have any questions.

Is it stable?

Vue GWT is in Beta. Which means it still requires some testing and may contain some bugs.
For now we recommend trying it on internal projects, or in non critical parts of your apps in production.

We hope you'll enjoy using it as much as we do!
The GenMyModel team.

--
You received this message because you are subscribed to the Google Groups "GWT Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment