{"id":23670058,"url":"https://github.com/vuegwt/vue-gwt","last_synced_at":"2025-04-06T08:15:49.085Z","repository":{"id":14862286,"uuid":"77237038","full_name":"VueGWT/vue-gwt","owner":"VueGWT","description":"Vue.js Components/Custom Elements in Java with GWT. Developed at https://www.genmymodel.com.","archived":false,"fork":false,"pushed_at":"2023-01-07T16:11:55.000Z","size":11304,"stargazers_count":204,"open_issues_count":44,"forks_count":45,"subscribers_count":15,"default_branch":"develop","last_synced_at":"2024-04-14T13:11:15.143Z","etag":null,"topics":["gwt","java","vue","vue-components","vue-gwt","vuejs","web-components"],"latest_commit_sha":null,"homepage":"https://vuegwt.github.io/vue-gwt/","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/VueGWT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-12-23T16:20:08.000Z","updated_at":"2024-04-02T17:42:59.000Z","dependencies_parsed_at":"2023-01-13T20:15:20.488Z","dependency_job_id":null,"html_url":"https://github.com/VueGWT/vue-gwt","commit_stats":null,"previous_names":["axellience/vue-gwt"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VueGWT%2Fvue-gwt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VueGWT%2Fvue-gwt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VueGWT%2Fvue-gwt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/VueGWT%2Fvue-gwt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/VueGWT","download_url":"https://codeload.github.com/VueGWT/vue-gwt/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247451666,"owners_count":20940944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gwt","java","vue","vue-components","vue-gwt","vuejs","web-components"],"created_at":"2024-12-29T09:19:29.019Z","updated_at":"2025-04-06T08:15:49.064Z","avatar_url":"https://github.com/VueGWT.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://vuegwt.github.io/vue-gwt/\"\u003e\n        \u003cimg src=\"https://vuegwt.github.io/vue-gwt/resources/images/VueGWTLogo.png\" alt=\"Vue GWT Logo\" width=\"200\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\nVue GWT integrates [Vue.js](https://vuejs.org/) with [GWT 2.9](http://www.gwtproject.org/) using [JsInterop](https://github.com/google/jsinterop-base) and [Elemental2](https://github.com/google/elemental2).\nIt lets you write Vue Components in Java.\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://travis-ci.org/Axellience/vue-gwt\"\u003e\u003cimg src=\"https://travis-ci.org/Axellience/vue-gwt.svg?branch=develop\" alt=\"Build Status\"/\u003e\u003c/a\u003e\n    \u003cimg src=\"https://img.shields.io/badge/license-MIT-blue.svg\" alt=\"MIT License\"/\u003e\n    \u003ca href=\"https://gitter.im/Axellience/vue-gwt\"\u003e\u003cimg src=\"https://img.shields.io/gitter/room/nwjs/nw.js.svg\" alt=\"Chat\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n\n## Features\n\n* **Vue.js** Components with a **Java controller**\n* Template expressions **type checking** at compile time\n* [**Web Components** (Custom Elements)](https://vuegwt.github.io/vue-gwt/guide/advanced/custom-elements.html) support\n* **HTML templates are compiled** during Java Compilation (only requires Vue.js runtime)\n* Use **regular Java Objects and Collections** in your templates\n* Supports [**injection** in Components](https://vuegwt.github.io/vue-gwt/guide/essentials/dependency-injection.html)\n* Supports **most of Vue.js features**\n* Integrates with [GWT Resources](https://vuegwt.github.io/vue-gwt/guide/gwt-integration/client-bundles-and-styles.html) and [Widgets](https://vuegwt.github.io/vue-gwt/guide/gwt-integration/widgets.html)\n\n## Who is this for?\n\n* You want to code a **Vue app with type checking**, and take advantage of GWT optimizations. \n* You have **GWT app**, and you want an **easy way to write views** with **2-way data binding**.\n* You have a **Vue app** and you need to **use a Java library in some Components**.\n\n## What does it look like?\n\nYou can start by reading **[our documentation](https://vuegwt.github.io/vue-gwt/guide/)** that contains live examples. \nYou can also checkout the **[Vue GWT Demo page](https://vuegwt.github.io/vue-gwt-demo/)**.\n\nCurious about the implementation? See the sources in our public **[Github repository](https://github.com/Axellience/vue-gwt)**.\n\n## Let's do this!\n\nWhen you are ready, you can start by **[setting it up on your project](https://vuegwt.github.io/vue-gwt/guide/project-setup.html)**.\n\n\u003e We are looking for feedback and contributions.\nIf you use it on a project, please [let us know how it goes](https://gitter.im/VueGWT/vue-gwt).\n\n## Who made this?\n\n\u003cp align=\"center\"\u003e\n    Vue GWT is developed by the awesome people at\u003cbr/\u003e\n    \u003ca href=\"https://www.genmymodel.com\" target=\"_blank\"\u003e\n        \u003cimg src=\"https://vuegwt.github.io/vue-gwt/resources/images/GenMyModel-Logo-Black.png\" alt=\"GenMyModel\" height=\"50\"/\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuegwt%2Fvue-gwt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvuegwt%2Fvue-gwt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvuegwt%2Fvue-gwt/lists"}