-
It would be great if aside from the current way of building widgets you could add JSX like capabilities. I mean add tiny syntactic sugar to enable XML like constructs inside dart code. It just makes c…
-
I'm testing vue-gwt with very simple test case.
And there are some strange things I cannot figure out.
```java
@Component
public class BoilingVerdict extends VueComponent {
@Prop @JsPropert…
-
I tried to make a simple application by documentation and I got error:
Uncaught Error: java.lang.RuntimeException: Couldn't find VueFactory for Component:
Also I was change net.ltgt.gwt.maven pl…
-
Currently the web repository is written in Laravel 4.2 and BackboneJS. For performance reason we will move a lot more functionality to client side.
-
```
import com.axellience.vuegwt.client.VueComponent;
import com.axellience.vuegwt.jsr69.annotations.Component;
import jsinterop.annotations.JsType;
@Component
@JsType
public class RootCompone…
-
https://github.com/Axellience/vue-gwt/blob/master/src/main/resources/com/axellience/vuegwt/client/jsnative/VueGwtTools.js#L24
is the culprit.
Checking for property '$$el' explicitly fails as super-d…
-
Using custom metric scripts, detect the presence of third party libraries and their version if available.
For example, a page may have "jquery@3.2.0,modernizr,backbone@1.3.3,...".
-
A new user, @chillenious, tried to sync a brand new Kobalt project and the import failed (can't connect to the server). I made him launch a manual 0.939 server (`./kobaltw --server --force)` and the i…
-
As of https://github.com/tastejs/todomvc/commit/a5c2dc6c7c21cd4ef4e5ec7b6da63635f0d34647 the number of completed todos isn't needed anymore in the `clear completed` button. It can be removed from exis…
-
```
Bonjour,
Je viens de tester le dernier le 0.29 et j'obtiens cette erreur:
java.lang.ExceptionInInitializerError
at com.octo.gwt.test.GwtRunnerBase.(GwtRunnerBase.java:34)
at com.octo.gwt.…