Skip to content

Commit b53ce22

Browse files
committed
[dev] Vue diagram demo - git init
0 parents  commit b53ce22

File tree

2 files changed

+64
-0
lines changed

2 files changed

+64
-0
lines changed

.gitignore

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
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
11+
/node_modules
12+
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
25+
26+
# IDE - VSCode
27+
.vscode/*
28+
!.vscode/settings.json
29+
!.vscode/tasks.json
30+
!.vscode/launch.json
31+
!.vscode/extensions.json
32+
.history/*
33+
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
43+
44+
# System Files
45+
.DS_Store
46+
Thumbs.db

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<p align="center">
2+
<a href="https://dhtmlx.github.io/vue-suite-demo/?path=/story/calendar--base"><img src="https://dhtmlx.github.io/vue-suite-demo/logo.svg" width="150" height="55"></a>
3+
</p>
4+
5+
6+
# DHTMLX Diagram + Vue
7+
8+
## Follow us
9+
10+
Star our GitHub repo :star:
11+
12+
Watch our tutorials on [YouTube](https://www.youtube.com/user/dhtmlx/videos) :eyes:
13+
14+
Read us on [Medium](https://medium.com/@dhtmlx) :newspaper:
15+
16+
Follow us on [Twitter](https://twitter.com/dhtmlx) :feet:
17+
18+
Like our page on [Facebook](https://www.facebook.com/dhtmlx/) :thumbsup:

0 commit comments

Comments
 (0)