An open API service indexing awesome lists of open source software.

https://github.com/stephenott/vertx-js-validatejs

Example of Vertx Javascript verticle with NPM import of Validate.js
https://github.com/stephenott/vertx-js-validatejs

gradle javascript nashorn npm validate-js vertx vertx-lang-js

Last synced: 12 months ago
JSON representation

Example of Vertx Javascript verticle with NPM import of Validate.js

Awesome Lists containing this project

README

          

# Vertx Javascript Verticle with Validate.js NPM import

This is a example of importing Validate.js with NPM

Uses a Gradle build.

Install NPM Dependencies: `./gradlew clean npmInstall`

Run Gradle Build: `./gradlew clean run`