You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,12 +18,12 @@ It lets you write Vue Components in Java.
18
18
19
19
***Vue.js** Components with a **Java controller**
20
20
* Template expressions **type checking** at compile time
21
-
*[**Web Components** (Custom Elements)](https://axellience.github.io/vue-gwt/advanced/custom-elements.html) support
21
+
*[**Web Components** (Custom Elements)](https://axellience.github.io/vue-gwt/guide/advanced/custom-elements.html) support
22
22
***HTML templates are compiled** during Java Compilation (only requires Vue.js runtime)
23
23
* Use **regular Java Objects and Collections** in your templates
24
-
* Supports [**injection** in Components](https://axellience.github.io/vue-gwt/essential/dependency-injection.html)
24
+
* Supports [**injection** in Components](https://axellience.github.io/vue-gwt/guide/essentials/dependency-injection.html)
25
25
* Supports **most of Vue.js features**
26
-
* Integrates with [GWT Resources](https://axellience.github.io/vue-gwt/gwt-integration/client-bundles-and-styles.html) and [Widgets](https://axellience.github.io/vue-gwt/gwt-integration/widgets.html)
26
+
* Integrates with [GWT Resources](https://axellience.github.io/vue-gwt/guide/gwt-integration/client-bundles-and-styles.html) and [Widgets](https://axellience.github.io/vue-gwt/guide/gwt-integration/widgets.html)
27
27
28
28
## Who is this for?
29
29
@@ -33,14 +33,14 @@ It lets you write Vue Components in Java.
33
33
34
34
## What does it look like?
35
35
36
-
You can start by reading **[our documentation](https://axellience.github.io/vue-gwt/introduction/)** that contains live examples.
36
+
You can start by reading **[our documentation](https://axellience.github.io/vue-gwt/guide/)** that contains live examples.
37
37
You can also checkout the **[Vue GWT Demo page](https://axellience.github.io/vue-gwt-demo/)**.
38
38
39
39
Curious about the implementation? See the sources in our public **[Github repository](https://github.com/Axellience/vue-gwt)**.
40
40
41
41
## Let's do this!
42
42
43
-
When you are ready, you can start by **[setting it up on your project](https://axellience.github.io/vue-gwt/project-setup.html)**.
43
+
When you are ready, you can start by **[setting it up on your project](https://axellience.github.io/vue-gwt/guide/project-setup.html)**.
44
44
45
45
> We are looking for feedback and contributions.
46
46
If you use it on a project, please [let us know how it goes](https://gitter.im/Axellience/vue-gwt).
0 commit comments