Vue GWT Parent

Let you use Vue.js Components in GWT application and code Vue.js Components in Java

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks
GroupId

GroupId

com.axellience
ArtifactId

ArtifactId

vue-gwt-parent
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

Vue GWT Parent
Let you use Vue.js Components in GWT application and code Vue.js Components in Java
Project URL

Project URL

https://github.com/VueGWT/vue-gwt
Source Code Management

Source Code Management

https://github.com/VueGWT/vue-gwt/tree/master

Download vue-gwt-parent

Filename Size
vue-gwt-parent-1.0.1.pom 7 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.axellience/vue-gwt-parent/ -->
<dependency>
    <groupId>com.axellience</groupId>
    <artifactId>vue-gwt-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.axellience/vue-gwt-parent/
implementation 'com.axellience:vue-gwt-parent:1.0.1'
// https://jarcasting.com/artifacts/com.axellience/vue-gwt-parent/
implementation ("com.axellience:vue-gwt-parent:1.0.1")
'com.axellience:vue-gwt-parent:pom:1.0.1'
<dependency org="com.axellience" name="vue-gwt-parent" rev="1.0.1">
  <artifact name="vue-gwt-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.axellience', module='vue-gwt-parent', version='1.0.1')
)
libraryDependencies += "com.axellience" % "vue-gwt-parent" % "1.0.1"
[com.axellience/vue-gwt-parent "1.0.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • core
  • gwt2
  • processors

Vue GWT Logo

Vue GWT integrates Vue.js with GWT 2.9 using JsInterop and Elemental2. It lets you write Vue Components in Java.

Build Status MIT License Chat

Features

  • Vue.js Components with a Java controller
  • Template expressions type checking at compile time
  • Web Components (Custom Elements) support
  • HTML templates are compiled during Java Compilation (only requires Vue.js runtime)
  • Use regular Java Objects and Collections in your templates
  • Supports injection in Components
  • Supports 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 an easy way 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 by reading our documentation that 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 start by setting it up on your project.

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

Who made this?

Vue GWT is developed by the awesome people at
GenMyModel

com.axellience

Vue GWT

Vue.js Components/Custom Elements in Java with GWT

Versions

Version
1.0.1
1.0.0
1.0-beta-9
1.0-beta-8
1.0-beta-7
1.0-beta-6
1.0-beta-5
1.0-beta-4
1.0-beta-3