Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
benny123tw committed Jun 27, 2024
1 parent 86382fa commit 842a80f
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

Expand All @@ -31,7 +39,6 @@ dependencies {
For Maven, add the following to your `pom.xml`:

```xml

<dependency>
<groupId>com.javite</groupId>
<artifactId>javite-webmvc</artifactId>
Expand Down

0 comments on commit 842a80f

Please sign in to comment.