Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

hu19891110/vue-gwt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vue GWT

Vue GWT integrates Vue.js with GWT 2.8 using JsInterop. It let you write Vue.js components in Java.

MIT License Chat

Features

  • Vue.js Components with a Java controller
  • Template expressions type checking at compile time
  • HTML templates are compiled during Java Compilation (only requires Vue.js runtime)
  • Use regular Java Objects and Collections in your templates
  • Support most of Vue.js features
  • Integrates with GWT Resources and Widgets

Who is this for?

  • You want to code a Vue app with type checking, and take advantage of GWT optimizations.
  • You have GWT app, and you want easy to write views with 2 way data binding.
  • You have a Vue app and you need to use a Java library in some Components.

What does it look like?

You can start reading our documentation it contains live examples. You can also checkout the Vue GWT Demo page.

Curious about the implementation? See the sources in our public Github repository.

Let's do this!

When you are ready, you can get started with by setting it up on your project.

⚠️ Vue GWT is in an experimental state. The syntax is not final and might change between versions. It may also contain bugs.

We are looking for feedback and contributions. If you use it on a small project, please let us know how it goes.

Who Made This?

Vue GWT is developed by the awesome people at
GenMyModel

About

Vue.js integration for GWT 2.8, Vue.js Components in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.1%
  • JavaScript 3.9%
  • HTML 2.7%
  • Other 0.3%