Ecosyste.ms: Awesome
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: about 1 month ago
JSON representation
Example of Vertx Javascript verticle with NPM import of Validate.js
- Host: GitHub
- URL: https://github.com/stephenott/vertx-js-validatejs
- Owner: StephenOTT
- Created: 2018-03-16T16:43:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-16T16:48:35.000Z (almost 7 years ago)
- Last Synced: 2024-11-01T04:11:35.448Z (3 months ago)
- Topics: gradle, javascript, nashorn, npm, validate-js, vertx, vertx-lang-js
- Language: JavaScript
- Size: 54.7 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`