https://github.com/clientio/joint-plus-tutorial-svelte
JointJS+ Svelte Tutorial
https://github.com/clientio/joint-plus-tutorial-svelte
Last synced: 7 months ago
JSON representation
JointJS+ Svelte Tutorial
- Host: GitHub
- URL: https://github.com/clientio/joint-plus-tutorial-svelte
- Owner: clientIO
- Created: 2022-05-10T09:31:39.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-02-02T15:22:45.000Z (about 2 years ago)
- Last Synced: 2025-05-30T18:14:23.068Z (9 months ago)
- Language: Svelte
- Size: 44.9 KB
- Stars: 4
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jointjs-plus-tutorial-svelte
This git repository is intended for instructional purposes.
### Prerequisites
To run the following code, you will need a [JointJS+ license](https://www.jointjs.com/license) that comes with the JointJS+ installable package file `joint-plus.tgz`.
### Dependencies
Make sure you have the following dependencies installed on your system:
- [Node.js](https://nodejs.org/en/)
- git
#### Setup
Clone this repository.
```
git clone git@github.com:clientIO/joint-plus-tutorial-svelte.git
```
Change into the `joint-plus-tutorial-svelte` directory.
```
cd joint-plus-tutorial-svelte
```
For this tutorial, you need to place your own `joint-plus.tgz` file in the root directory.
When that is completed, you can install the dependencies.
```
npm install
```
Your demo is now ready to start.
```
npm run dev
```
You should be able to view the demo at `http://localhost:5173`.