GitHub - alex-learn/vizard: An online editor and webservice to render UML diagrams with plantuml

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

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

Readme

Activity

Custom properties

Stars

0 stars

Watchers

1 watching

Forks

0 forks

Languages

  • JavaScript 98.7%
  • Other 1.3%