2.4.0 • Published 6 months ago

vertx-rest-storage-editor v2.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
6 months ago

vertx-rest-storage-editor

What is this for an editor?

This editor and tree was specific builded for the vertx-rest-storage to show and manage the hosted resources. The Tree is based on the project jstree, the editor is based on jquery and the ace-editor.

How to use it

Download the newest version as zip from Github and extract it in a folder on the vertx-rest-storage. The easiest way to deploy this application (as a zip file) is over the vertx-rest-mirror.

In a other way you can build and test it yourself (see Build / Test at the end of the page).

Editor configuration

In the folder app/js/ you will find the rest-editor.settings.js file. In this file you can setup some parameters for the rest editor.

Build / Test

npm install

You can use the following grunt commands:

grunt               // --> clean, copy, package

grunt build         // clean up and copy the relevant vendor files
grunt package       // create a releasable zip package

Development

npm start

The command npm start starts a http-server and opens web browser with an initial URL (for comfortable development).