This project demonstrates how to use Lottie animations in Vaadin applications. It uses the @lottiefiles/dotlottie-web
and @lottiefiles/dotlottie-wc
libraries to render Lottie animations in the browser.
This project was created using start.spring.io service. Visit https://start.spring.io/ to create your own project.
The project requires Java 17 or later and Maven to build and run.
If you have Maven installed, you can run the project using:
mvn
There is also wrapper script mvnw
that can be used to run the project without having Maven installed like this:
./mvnw