Skip to content
davidjamesstone edited this page Sep 24, 2016 · 6 revisions

Home

visdev is a web-based development environment built using Node.js. It can be used to edit any text content but it is designed specifically to build hapi.js web applications and services.

It encourages using configuration, conventions and metadata to build and test robust node.js applications.

Prerequisites

  • node.js 4.x.x
  • npm

Install

npm i -g vsd

CLI

Options:

  -h, --help      Show help
  -p, --port      Port number (3002)
  -s, --server    Host ip address (127.0.0.1)
  -c, --create    Name of new project to create
  -t, --type      New project type (vsd-web) [vsd-web, api, web, gov]

Quick start

Scaffold a new vsd project

vsd -c myapp

Start vsd and open the link below in your browser. vsd uses port 3002 by default. Replace <my-dir> with the path where you created the project.