File tree Expand file tree Collapse file tree 7 files changed +424
-0
lines changed
Expand file tree Collapse file tree 7 files changed +424
-0
lines changed Original file line number Diff line number Diff line change 1+ build /
2+ dist /
3+ node_modules /
Original file line number Diff line number Diff line change 1+ # JointJS List Demo
2+
3+ ## Setup
4+
5+ Use Yarn to run this demo.
6+
7+ You need to build * JointJS* first. Navigate to the root folder and run:
8+ ``` bash
9+ yarn install
10+ yarn run build
11+ ```
12+
13+ Navigate to this directory, then run:
14+ ``` bash
15+ yarn start
16+ ```
17+
18+ ## License
19+
20+ The * JointJS* library is licensed under the [ Mozilla Public License 2.0] ( https://github.com/clientIO/joint/blob/master/LICENSE ) .
21+
22+ Copyright © 2013-2024 client IO
Original file line number Diff line number Diff line change 1+ # paper-container {
2+ position : absolute;
3+ right : 0 ;
4+ top : 0 ;
5+ left : 0 ;
6+ bottom : 0 ;
7+ overflow : scroll;
8+ }
Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
3+ < head >
4+ < meta charset ="utf-8 "/>
5+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 "/>
6+ < meta name ="description " content ="The JointJS Fault Tree Analysis demo serves as a template to help bring your idea to life in no time. "/>
7+ < title > Fault Tree Analysis | JointJS</ title >
8+ </ head >
9+ < body >
10+ < div id ="paper-container "> </ div >
11+ < script src ="dist/bundle.js "> </ script >
12+ </ body >
13+ </ html >
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " @joint/demo-graphviz-dot-layout" ,
3+ "version" : " 4.0.1" ,
4+ "main" : " src/index.js" ,
5+ "homepage" : " https://jointjs.com" ,
6+ "author" : {
7+ "name" : " client IO" ,
8+ "url" : " https://client.io"
9+ },
10+ "license" : " MPL-2.0" ,
11+ "private" : true ,
12+ "installConfig" : {
13+ "hoistingLimits" : " workspaces"
14+ },
15+ "scripts" : {
16+ "start" : " webpack-dev-server" ,
17+ "tsc" : " tsc"
18+ },
19+ "dependencies" : {
20+ "@hpcc-js/wasm" : " ^2.15.3" ,
21+ "@joint/core" : " workspace:^"
22+ },
23+ "devDependencies" : {
24+ "css-loader" : " 3.5.3" ,
25+ "style-loader" : " 1.2.1" ,
26+ "webpack" : " ^5.61.0" ,
27+ "webpack-cli" : " ^4.8.0" ,
28+ "webpack-dev-server" : " ^4.2.1"
29+ },
30+ "volta" : {
31+ "node" : " 16.18.1" ,
32+ "npm" : " 8.19.2" ,
33+ "yarn" : " 3.4.1"
34+ }
35+ }
You can’t perform that action at this time.
0 commit comments