To get started, you can either
• Create a view for coding the UI in Java with Flow
• Create a view for coding the UI in TypeScript with Hilla and React
You can also create a view manually in your IDE, see the tutorial
this message appears when there are no views in your project.
You can click on one of the two links to get a basic view generated. As you opened the thread in the Hilla category, I guess you want the latter that creates a React view.
Before adding multimodule ,that application working fine.when i add multimodules then it showing like “No views found”.Iam following How to organize Vaadin apps with a multi-module structure this documentation.Please let me know if there is anything further that needs to be done.if you need my project structure i will give you.
I’m trying with GitHub - vaadin/multi-module-example, and if I add a Hilla view, it’s found. Even if I remove all existing Flow views, the Hilla one still works.
If you can give more details about your setup, or, better, create a reproduction project, that will help diagnosing.