diff --git a/README.md b/README.md index ca5e8f2..6238fc5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,15 @@ # JaVite +[![Main Pipeline](https://github.com/benny123tw/javite/actions/workflows/1.pipeline.yml/badge.svg)](https://github.com/benny123tw/javite/actions/workflows/1.pipeline.yml) +[![Javadoc](https://img.shields.io/badge/JavaDoc-Online-green)](https://benny123tw.github.io/javite/docs/current) +[![Maven Central](https://img.shields.io/maven-central/v/com.javite/javite-webmvc.svg)](https://central.sonatype.com/artifact/com.javite/javite-webmvc) + Seamlessly Integrate Vite with Your Java Web Applications for a Modern Development Experience +### Documentation + +To check out the full documentation, please visit [javite.com](https://javite.com/). + ### Introduction JaVite is a module designed to integrate Vite with Java web applications, focusing on legacy Spring @@ -11,12 +19,12 @@ Java web applications. ### Features -* Custom JSP tags for importing Vite-generated assets -* Utility functions for managing asset imports -* Support for both development and production environments -* Configuration classes for seamless integration -* Compatibility with legacy Spring MVC projects and Thymeleaf templates -* Monorepo structure to support multiple modules and packages +- Custom JSP tags for importing Vite-generated assets +- Utility functions for managing asset imports +- Support for both development and production environments +- Configuration classes for seamless integration +- Compatibility with legacy Spring MVC projects and Thymeleaf templates +- Monorepo structure to support multiple modules and packages ### Installation @@ -31,7 +39,6 @@ dependencies { For Maven, add the following to your `pom.xml`: ```xml - com.javite javite-webmvc