You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checkout this project, then extract the yFiles for HTML package zip to some directory and run the initial steps in that
21
+
package for playing with the demos (execute the `start_demos` script or install the `package.json` in the `demos` directory).
22
+
This will automatically create an `npm` package file (`yfiles-23.0.1-eval-dev.tgz` and `yfiles-23.0.1-eval.tgz`) (using `npm pack` in the `lib\es-modules` directory), but of course this last step can also be done, manually.
23
+
24
+
That `.tgz` file needs to be placed top-level in the directory of this checkout next to this file so that it can be installed via `npm i` or `yarn` into this project (it is referenced in the [`package.json`, here](./package.json).
25
+
Before you compile and run the project, also copy the `license.json` file from the yFiles package (find it in `lib\license.json` as `yfiles-license.json` and also drop it into this directory.
26
+
27
+
This is what your directory contents should look like:
28
+
29
+
```
30
+
documents
31
+
|-- visual-programming
32
+
+-- yfiles-23.0.1-eval-dev.tgz
33
+
+-- yfiles-license.json
34
+
+-- README.md
35
+
+-- ...
36
+
```
37
+
38
+
Afterwards, run the usual commands
39
+
40
+
```
41
+
npm i
42
+
```
43
+
44
+
followed by
45
+
46
+
```
47
+
npm run serve
48
+
```
49
+
50
+
or if you prefer the visual UI from vue-cli
51
+
52
+
```
53
+
vue ui
54
+
```
55
+
56
+
## About
57
+
58
+
This application is powered by [yFiles for HTML](https://www.yworks.com/products/yfiles-for-html), the powerful
59
+
diagramming library. It was created as part of yWorks' [Fight Corona Program](https://www.yworks.com/support/fightcorona).
60
+
61
+
Turn your data into clear diagrams with the help of unequaled automatic diagram layout, use rich visualizations for your
62
+
diagram elements, and give your users an intuitive interface for smooth interaction.
63
+
64
+
You can learn more about the many features that come with yFiles
65
+
on the [yFiles Features Overview](https://www.yworks.com/products/yfiles/features).
66
+
67
+
If you want to try it for yourself, obtain a free test version of yFiles in the
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
77
+
78
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
79
+
80
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
0 commit comments