v

vue-gwt

Let you use Vue.js Components in GWT application and code Vue.js Components in Java
https://github.com/Axellience/vue-gwt
MIT License
Adrien Baron
Files download
File Operation
vue-gwt-1.0-beta-2.jar download
vue-gwt-1.0-beta-2.pom download
vue-gwt-1.0-beta-2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.axellience</groupId>
  <artifactId>vue-gwt</artifactId>
  <version>1.0-beta-2</version>
</dependency>
Gradle Groovy
implementation 'com.axellience:vue-gwt:1.0-beta-2'
Gradle Kotlin
implementation("com.axellience:vue-gwt:1.0-beta-2")
Scala SBT
libraryDependencies += "com.axellience" % "vue-gwt" % "1.0-beta-2"
Groovy Grape
@Grapes(
  @Grab(group='com.axellience', module='vue-gwt', version='1.0-beta-2')
)
Apache Ivy
<dependency org="com.axellience" name="vue-gwt" rev="1.0-beta-2" />
Leiningen
[com.axellience/vue-gwt "1.0-beta-2"]
Apache Buildr
'com.axellience:vue-gwt:jar:1.0-beta-2'