Skip to content

egenerse/apollon-uml-vanilla-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apollon UML Vanilla JS

A minimal setup for using the Apollon UML editor with vanilla JavaScript and HTML.

Features

  • UML Diagram Creation: Supports multiple UML diagrams (class, activity, use case, etc.)
  • Drag-and-Drop Interface: Easily drag and drop elements onto the canvas.
  • Simple Setup: Run with minimal dependencies in a vanilla JavaScript environment.

Getting Started

Follow the instructions below to set up the project.

Prerequisites

Installation

  1. Clone the Repository

    git clone <repository-url>
    cd apollon-uml-vanilla-js
  2. Install Dependencies

    npm install

    Note: This command will download and install all necessary packages listed in the package.json file.

  3. Build the Project

    npm run build

    Note: This command compiles and bundles the project files, creating an optimized build for production.

  4. Run the Application

    • Open index.html in your preferred web browser to view the UML editor.

Usage

  • Drag and drop UML elements onto the canvas.
  • Use the available tools to edit and connect elements.

Scripts

  • npm install: Installs the project dependencies.
  • npm run build: Builds the project for production.

About

To test @ls1intum/apollon with vanilla js and html

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published