Skip to content

Commit b1323dc

Browse files
committed
Next Sample
1 parent 7b7511d commit b1323dc

File tree

392 files changed

+62412
-20853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

392 files changed

+62412
-20853
lines changed

.gitignore

Lines changed: 22 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,29 @@
1-
# compiled output
2-
/dist
3-
/tmp
4-
/out-tsc
5-
/docs
6-
/storybook-static
7-
# Only exists if Bazel was run
8-
/bazel-out
9-
10-
# dependencies
111
/node_modules
2+
/dist
123

13-
# profiling files
14-
chrome-profiler-events*.json
15-
speed-measure-plugin*.json
16-
17-
# IDEs and editors
18-
/.idea
19-
.project
20-
.classpath
21-
.c9/
22-
*.launch
23-
.settings/
24-
*.sublime-workspace
4+
# Environment variables
5+
.env
6+
.env.local
7+
.env.*.local
258

26-
# IDE - VSCode
27-
.vscode/*
28-
!.vscode/settings.json
29-
!.vscode/tasks.json
30-
!.vscode/launch.json
31-
!.vscode/extensions.json
32-
.history/*
9+
# Debug logs
10+
npm-debug.log*
11+
yarn-debug.log*
12+
yarn-error.log*
3313

34-
# misc
35-
/.sass-cache
36-
/connect.lock
37-
/coverage
38-
/libpeerconnection.log
39-
npm-debug.log
40-
yarn-error.log
41-
testem.log
42-
/typings
14+
# Editor directories and files
15+
.idea
16+
.vscode
17+
*.suo
18+
*.ntvs*
19+
*.njsproj
20+
*.sln
21+
*.sw?
4322

44-
# System Files
23+
# Operating System Files
4524
.DS_Store
4625
Thumbs.db
26+
27+
# Temporary files
28+
.tmp
29+
.temp

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
@dhx:registry=https://npm.dhtmlx.com/

.prettierrc.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

.storybook/main.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

.storybook/manager-head.html

Lines changed: 0 additions & 10 deletions
This file was deleted.

.storybook/manager.js

Lines changed: 0 additions & 15 deletions
This file was deleted.

.storybook/preview.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
1-
<p align="center">
2-
<a href="https://dhtmlx.github.io/vue-diagram-demo/?path=/story/org-chart-editor--img-card"><img src="https://raw.githubusercontent.com/DHTMLX/vue-suite-demo/master/public/Logo.svg" width="150" height="55"></a>
3-
</p>
1+
# DHTMLX Diagram with Vue Demo
42

5-
# DHTMLX Diagram + Vue
3+
[![dhtmlx.com](https://img.shields.io/badge/made%20by-DHTMLX-blue)](https://dhtmlx.com/)
64

7-
## Installation
5+
![DHTMLX Diagram with Vue Demo](https://raw.githubusercontent.com/DHTMLX/vue-diagram-demo/master/diagram.png)
86

9-
`npm install` or `yarn`
7+
## How to start
108

11-
## Local development
9+
Clone the repository or download files.
1210

13-
`npm run storybook` or `yarn storybook`
11+
```
12+
yarn
13+
yarn start
14+
```
1415

15-
Open [http://localhost:6006](http://localhost:6006) to view it in the browser.
16+
or
1617

17-
## Live demos
18+
```
19+
npm install
20+
npm run start
21+
```
1822

19-
- [Diagram with Editor in org chart mode](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/org-chart-editor--img-card)
20-
- [Diagram with Editor in org chart mode. Custom shapes](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/org-chart-editor--custom-chape)
21-
- [Diagram with Editor in default mode. Auto layout button](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/default-editor--autoplacement)
22-
- [Diagram with Editor in default mode. Swimlane and export to pdf/png](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/default-editor--swimlane)
23-
- [Diagram with Editor in default mode. Groups to organize shapes](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/default-editor--group)
24-
- [Diagram with Editor in default mode. Custom shapes](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/default-editor--custom-shape)
25-
- [Diagram with Editor in mindmap mode](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/mindmap-editor--emotions)
23+
You can also use [GitHub Codespaces](https://docs.github.com/en/codespaces/developing-in-a-codespace/creating-a-codespace-for-a-repository) to run online.
2624

25+
## Useful links
2726

28-
## Follow us
29-
30-
Star our GitHub repo :star:
31-
32-
Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes:
27+
- **[Online demo](https://replit.com/@dhtmlx/dhtmlx-diagram-with-vue)**
28+
- [More demos about the DHTMLX Diagram functionality](https://snippet.dhtmlx.com/a9t2z2dt?tag=diagram&mode=wide)
29+
- [Technical support ](https://forum.dhtmlx.com/c/diagram)
30+
- [Online documentation](https://docs.dhtmlx.com/diagram/)
3331

34-
Read us on [Medium](https://medium.com/@dhtmlx) :newspaper:
35-
36-
Follow us on [Twitter](https://twitter.com/dhtmlx) :feet:
32+
## Follow us
3733

38-
Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup:
34+
- Star our GitHub repo :star:
35+
- Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes:
36+
- Read us on [Medium](https://dhtmlx.medium.com) :newspaper:
37+
- Follow us on [Twitter](https://twitter.com/dhtmlx) :feet:
38+
- Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup:

babel.config.js

Lines changed: 0 additions & 5 deletions
This file was deleted.

index.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" href="/favicon.ico" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>DHX :: Vue</title>
8+
</head>
9+
<body>
10+
<div id="root"></div>
11+
<script type="module" src="/src/main.js"></script>
12+
</body>
13+
</html>

0 commit comments

Comments
 (0)