Skip to content
forked from rngtng/vizard.io

An online editor and webservice to render UML diagrams with plantuml

Notifications You must be signed in to change notification settings

alex-learn/vizard

 
 

Repository files navigation

vizard.io

An online editor and webservice to render UML diagrams with plantuml (http://plantuml.com)

Usage

npm run server

Deploy

When deploying to Heroku, make sure to set cfgs and enable multi-pack:

  heroku config:add BUILDPACK_URL=https://github.com/heroku/heroku-buildpack-multi.git
  heroku config:add RAKE_ENV=production

Before deploy build & uglify js:

  npm run build

Development

To build css & javascript run:

  npm install
  npm run server
  npm run watch

Requirements

Production

  • jruby
  • graphviz

Development

  • nodejs

Dependencies

  • jquery
  • jquery localstorage
  • browserify
  • backbone
  • purecss

Help

Backbone load order

  1. main.js
  2. app.js (to keep global state)
  3. init rootItem (once)
  4. init Router (once)
  5. start routing

Related/Similar Projects

About

An online editor and webservice to render UML diagrams with plantuml

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 98.7%
  • Other 1.3%