A minimal setup for using the Apollon UML editor with vanilla JavaScript and HTML.
- 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.
Follow the instructions below to set up the project.
- Node.js: Make sure Node.js is installed. Download Node.js
-
Clone the Repository
git clone <repository-url> cd apollon-uml-vanilla-js
-
Install Dependencies
npm install
Note: This command will download and install all necessary packages listed in the
package.json
file. -
Build the Project
npm run build
Note: This command compiles and bundles the project files, creating an optimized build for production.
-
Run the Application
- Open
index.html
in your preferred web browser to view the UML editor.
- Open
- Drag and drop UML elements onto the canvas.
- Use the available tools to edit and connect elements.
npm install
: Installs the project dependencies.npm run build
: Builds the project for production.