{"id":15355275,"url":"https://github.com/web-padawan/fusion-wtr","last_synced_at":"2026-06-29T09:31:51.406Z","repository":{"id":48642610,"uuid":"386547308","full_name":"web-padawan/fusion-wtr","owner":"web-padawan","description":null,"archived":false,"fork":false,"pushed_at":"2021-08-19T13:07:47.000Z","size":352,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-02-21T12:29:38.245Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/web-padawan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-16T07:20:48.000Z","updated_at":"2021-09-13T20:44:18.000Z","dependencies_parsed_at":"2022-08-30T02:02:31.197Z","dependency_job_id":null,"html_url":"https://github.com/web-padawan/fusion-wtr","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/web-padawan/fusion-wtr","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-padawan%2Ffusion-wtr","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-padawan%2Ffusion-wtr/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-padawan%2Ffusion-wtr/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-padawan%2Ffusion-wtr/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/web-padawan","download_url":"https://codeload.github.com/web-padawan/fusion-wtr/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/web-padawan%2Ffusion-wtr/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34921804,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-29T02:00:05.398Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":[],"created_at":"2024-10-01T12:23:34.036Z","updated_at":"2026-06-29T09:31:51.380Z","avatar_url":"https://github.com/web-padawan.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Custom project from start.vaadin.com\n\nThis project can be used as a starting point to create your own Vaadin application with Spring Boot.\nIt contains all the necessary configuration and some placeholder files to get you started.\n\n## Running the application\nThe project is a standard Maven project. To run it from the command line,\ntype `mvnw` (Windows), or `./mvnw` (Mac \u0026 Linux), then open\nhttp://localhost:8080 in your browser.\n\nYou can also import the project to your IDE of choice as you would with any \nMaven project. Read more on [how to set up a development environment for \nVaadin projects](https://vaadin.com/docs/latest/guide/install) (Windows, Linux, macOS).\n\n## Deploying to Production\nTo create a production build, call `mvnw clean package -Pproduction` (Windows),\nor `./mvnw  clean package -Pproduction` (Mac \u0026 Linux).\nThis will build a JAR file with all the dependencies and front-end resources,\nready to be deployed. The file can be found in the `target` folder after the build completes.\n\nOnce the JAR file is built, you can run it using\n`java -jar target/myapp-1.0-SNAPSHOT.jar` (NOTE, replace\n`myapp-1.0-SNAPSHOT.jar` with the name of your jar).\n\n## Project structure\n\n\u003ctable style=\"width:100%; text-align: left;\"\u003e\n  \u003ctr\u003e\u003cth\u003eDirectory\u003c/th\u003e\u003cth\u003eDescription\u003c/th\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u003ccode\u003efrontend/\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eClient-side source directory\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003eindex.html\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eHTML template\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003eindex.ts\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eFrontend entrypoint, contains the client-side routing setup using \u003ca href=\"https://vaadin.com/router\"\u003eVaadin Router\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003emain-layout.ts\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eMain layout Web Component, contains the navigation menu, uses \u003ca href=\"https://vaadin.com/components/vaadin-app-layout\"\u003eApp Layout\u003c/a\u003e\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003eviews/\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eUI views Web Components (TypeScript)\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003ethemes/\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eCustom  \nCSS styles\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u003ccode\u003esrc/main/java/\u0026lt;groupId\u0026gt;/\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eServer-side \nsource directory, contains the server-side Java views\u003c/td\u003e\u003c/tr\u003e\n  \u003ctr\u003e\u003ctd\u003e\u0026nbsp;\u0026nbsp;\u0026nbsp;\u0026nbsp;\u003ccode\u003eApplication.java\u003c/code\u003e\u003c/td\u003e\u003ctd\u003eServer entry-point\u003c/td\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\n## Useful links\n\n- Read the documentation at [vaadin.com/docs](https://vaadin.com/docs/latest/).\n- Create new projects at [start.vaadin.com](https://start.vaadin.com/).\n- Search UI components and their usage examples at [vaadin.com/components](https://vaadin.com/components).\n- Find a collection of solutions to common use cases in [Vaadin Cookbook](https://cookbook.vaadin.com/).\n- Find Add-ons at [vaadin.com/directory](https://vaadin.com/directory).\n- Ask questions on [Stack Overflow](https://stackoverflow.com/questions/tagged/vaadin) or join our [Discord channel](https://discord.gg/MYFq5RTbBn).\n- Report issues, create pull requests in [GitHub](https://github.com/vaadin/).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-padawan%2Ffusion-wtr","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweb-padawan%2Ffusion-wtr","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweb-padawan%2Ffusion-wtr/lists"}