-
Notifications
You must be signed in to change notification settings - Fork 6
Next #1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Next #1
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
b1323dc
Next Sample
a49f87c
update diagram version
0144a6f
dev parse data
93c02e5
dev: add icon
7c6424e
dev: add icon
5862fcc
Merge branch 'next' of https://github.com/DHTMLX/vue-diagram-demo int…
2b55162
dev: gh pages
08d3ee3
fix build script
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,46 +1,29 @@ | ||
# compiled output | ||
/dist | ||
/tmp | ||
/out-tsc | ||
/docs | ||
/storybook-static | ||
# Only exists if Bazel was run | ||
/bazel-out | ||
|
||
# dependencies | ||
/node_modules | ||
/dist | ||
|
||
# profiling files | ||
chrome-profiler-events*.json | ||
speed-measure-plugin*.json | ||
|
||
# IDEs and editors | ||
/.idea | ||
.project | ||
.classpath | ||
.c9/ | ||
*.launch | ||
.settings/ | ||
*.sublime-workspace | ||
# Environment variables | ||
.env | ||
.env.local | ||
.env.*.local | ||
|
||
# IDE - VSCode | ||
.vscode/* | ||
!.vscode/settings.json | ||
!.vscode/tasks.json | ||
!.vscode/launch.json | ||
!.vscode/extensions.json | ||
.history/* | ||
# Debug logs | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# misc | ||
/.sass-cache | ||
/connect.lock | ||
/coverage | ||
/libpeerconnection.log | ||
npm-debug.log | ||
yarn-error.log | ||
testem.log | ||
/typings | ||
# Editor directories and files | ||
.idea | ||
.vscode | ||
*.suo | ||
*.ntvs* | ||
*.njsproj | ||
*.sln | ||
*.sw? | ||
|
||
# System Files | ||
# Operating System Files | ||
.DS_Store | ||
Thumbs.db | ||
|
||
# Temporary files | ||
.tmp | ||
.temp |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
@dhx:registry=https://npm.dhtmlx.com/ |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,38 +1,38 @@ | ||
<p align="center"> | ||
<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> | ||
</p> | ||
# DHTMLX Diagram with Vue Demo | ||
|
||
# DHTMLX Diagram + Vue | ||
[](https://dhtmlx.com/) | ||
|
||
## Installation | ||
 | ||
|
||
`npm install` or `yarn` | ||
## How to start | ||
|
||
## Local development | ||
Clone the repository or download files. | ||
|
||
`npm run storybook` or `yarn storybook` | ||
``` | ||
yarn | ||
yarn start | ||
``` | ||
|
||
Open [http://localhost:6006](http://localhost:6006) to view it in the browser. | ||
or | ||
|
||
## Live demos | ||
``` | ||
npm install | ||
npm run start | ||
``` | ||
|
||
- [Diagram with Editor in org chart mode](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/org-chart-editor--img-card) | ||
- [Diagram with Editor in org chart mode. Custom shapes](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/org-chart-editor--custom-chape) | ||
- [Diagram with Editor in default mode. Auto layout button](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/default-editor--autoplacement) | ||
- [Diagram with Editor in default mode. Swimlane and export to pdf/png](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/default-editor--swimlane) | ||
- [Diagram with Editor in default mode. Groups to organize shapes](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/default-editor--group) | ||
- [Diagram with Editor in default mode. Custom shapes](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/default-editor--custom-shape) | ||
- [Diagram with Editor in mindmap mode](https://dhtmlx.github.io/vue-diagram-demo/?path=/story/mindmap-editor--emotions) | ||
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. | ||
|
||
## Useful links | ||
|
||
## Follow us | ||
|
||
Star our GitHub repo :star: | ||
|
||
Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes: | ||
- **[Online demo](https://replit.com/@dhtmlx/dhtmlx-diagram-with-vue)** | ||
- [More demos about the DHTMLX Diagram functionality](https://snippet.dhtmlx.com/a9t2z2dt?tag=diagram&mode=wide) | ||
- [Technical support ](https://forum.dhtmlx.com/c/diagram) | ||
- [Online documentation](https://docs.dhtmlx.com/diagram/) | ||
|
||
Read us on [Medium](https://medium.com/@dhtmlx) :newspaper: | ||
|
||
Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: | ||
## Follow us | ||
|
||
Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: | ||
- Star our GitHub repo :star: | ||
- Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes: | ||
- Read us on [Medium](https://dhtmlx.medium.com) :newspaper: | ||
- Follow us on [Twitter](https://twitter.com/dhtmlx) :feet: | ||
- Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup: |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<link rel="icon" type="image/x-icon" href="/favicon.ico"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>DHX Diagram with Vue</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="/src/main.js"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Izobov смотри комментарии к интеграции с angular