Skip to content

ZenUml/web-sequence

Folders and files

NameName
Last commit message
Last commit date
Nov 17, 2024
May 3, 2018
Apr 19, 2024
Apr 19, 2024
Nov 17, 2024
May 12, 2018
Apr 19, 2024
Jun 22, 2018
Apr 19, 2024
Jul 21, 2018
Apr 19, 2024
Dec 26, 2024
Jun 7, 2020
Apr 19, 2024
Apr 19, 2024
Jul 9, 2016
Apr 19, 2024
Nov 2, 2023
Apr 19, 2024
Oct 24, 2023
Feb 16, 2019
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Mar 9, 2019
Sep 29, 2018
Sep 15, 2020
Apr 19, 2024
Apr 19, 2024
Jan 15, 2019
Jan 15, 2019
Mar 15, 2017
Apr 19, 2024
Apr 19, 2024
Feb 26, 2019
Mar 15, 2019
Apr 19, 2024
Apr 19, 2024
Apr 19, 2024
Mar 16, 2017
Oct 17, 2021
Jan 24, 2021
Apr 19, 2024
Dec 26, 2024
Apr 19, 2024
Feb 3, 2018
Apr 19, 2024
Apr 19, 2024
Dec 26, 2024

Repository files navigation

Web Sequence

HitCount Go to Web App

Web Sequence is a Free Sequence Diagram Online tool that converts your Chrome tab into a sequence diagram generator.

Screenshot

Table of Contents

Installation

  1. Web App - https://app.zenuml.com
  2. Chrome Extension - Chrome Web Store - ZenUML Sequence.

Features

  • Supports method call, internal method, alt (if/else) and loop (for, foreach, while) keywords
  • Works offline
  • Save and load your creations
  • Auto-save feature
  • Code auto-completion
  • Import & Export all creations anytime, anywhere
  • Multiple editor themes & other configurable settings
  • Font options + use any system font!
  • Very easily accessible. Simply open a new tab in Chrome! (in chrome extension only)
  • Capture preview screenshot (in Chrome extension only)

Follow @ZenUml for updates or tweet out feature requests and suggestions.

Development

$ yarn install  // instal modules
$ yarn start    // start a local server

$ yarn build    // build a staging release
$ yarn release  // copy resources to app / extension

CI/CD

Staging environment

  1. When a PR is created or updated, a preview site will be created, and you can find the link in the PR page.
  2. When a PR is merged into master branch, a staging site will be created. The link to the staging site is https://staging.zenuml.com.

Production environment

Create a tag as release-<version>, and push it to the remote. It doesn't matter which branch you are on. The CI/CD pipeline will create a production release. The link to the production site is https://app.zenuml.com.

Support

Web Sequence is completely free and open-source. If you find it useful, you can show your support by sharing it in your social network or by simply letting me know how much you 💖 it by tweeting to @ZenUml.

Acknowledgements

  • This project is a fork of Web Maker
  • The diagram generator is built on top of VueJs

License

MIT Licensed

Copyright (c) 2023 Peng Xiao, ZenUml.com