https://github.com/vert-x3/modular-vertx-guide
https://github.com/vert-x3/modular-vertx-guide
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vert-x3/modular-vertx-guide
- Owner: vert-x3
- License: other
- Created: 2024-09-16T05:59:18.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-10-07T05:03:08.000Z (3 months ago)
- Last Synced: 2025-10-07T07:07:36.820Z (3 months ago)
- Language: Java
- Size: 160 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Modular Vert.x Guide
Vert.x in a modular world.
- 👓 [HTML](https://vert-x3.github.io/modular-vertx-guide/index.html) version
- 👊 [an issue](https://github.com/vert-x3/modular-vertx-guide/issues)
# Building the book
```
> mvn package asciidoctor:process-asciidoc
> open target/docs/modular-vertx-guide/index.html
```