A swisspost project
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.
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).
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.
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
npm start
The command npm start
starts a http-server and opens web browser with an initial URL (for comfortable development).