Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dmx-platform
dmx-platform
Commits
480c841b
Commit
480c841b
authored
Apr 23, 2019
by
Jörg Richter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
5.0-beta-2 Release
parent
af01273b
Pipeline
#5832
passed with stage
in 1 minute and 53 seconds
Changes
5
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
16 additions
and
16 deletions
+16
-16
README.md
README.md
+1
-1
modules/dmx-webclient/src/main/js/main.js
modules/dmx-webclient/src/main/js/main.js
+1
-1
modules/dmx-webclient/src/main/resources/index.html
modules/dmx-webclient/src/main/resources/index.html
+1
-1
package.json
package.json
+12
-12
pom.xml
pom.xml
+1
-1
No files found.
README.md
View file @
480c841b
...
...
@@ -59,4 +59,4 @@ DeepaMehta is under heavy development. While you can do productive work with it,
------------
Apr
18
, 2019
Apr
23
, 2019
modules/dmx-webclient/src/main/js/main.js
View file @
480c841b
...
...
@@ -9,7 +9,7 @@ import 'font-awesome/css/font-awesome.css'
import
'
./element-ui
'
import
'
./websocket
'
console
.
log
(
'
[DMX] 2019/04/2
1
'
)
console
.
log
(
'
[DMX] 2019/04/2
3
'
)
// 1) Init dm5 library
// The dm5 library must be inited *before* the dm5-webclient component is instantiated.
...
...
modules/dmx-webclient/src/main/resources/index.html
View file @
480c841b
...
...
@@ -2,7 +2,7 @@
<html>
<head>
<meta
charset=
"utf-8"
>
<title>
DMX 5.0-beta-2
-SNAPSHOT
</title>
<title>
DMX 5.0-beta-2
</title>
</head>
<body>
<div
id=
"app"
></div>
...
...
package.json
View file @
480c841b
{
"name"
:
"dm5-webclient"
,
"version"
:
"5.0.0-beta.
1
"
,
"version"
:
"5.0.0-beta.
2
"
,
"description"
:
"The DeepaMehta 5 Webclient"
,
"author"
:
"Jörg Richter <jri@dmx.berlin>"
,
"license"
:
"GPL-3.0-or-later"
,
...
...
@@ -14,21 +14,21 @@
"stats"
:
"webpack -p --json > stats.json && webpack-bundle-analyzer stats.json modules/dmx-webclient/src/main/resources/web"
},
"dependencies"
:
{
"
dm5
"
:
"
https://github.com/jri/dm5.git
"
,
"
dm5-cytoscape-renderer
"
:
"
https://github.com/jri/dm5-cytoscape-renderer.git
"
,
"
dm5-detail-panel
"
:
"
https://github.com/jri/dm5-detail-panel.git
"
,
"
dm5-object-renderer
"
:
"
https://github.com/jri/dm5-object-renderer.git
"
,
"
dm5-search-widget
"
:
"
https://github.com/jri/dm5-search-widget.git
"
,
"
dm5-topic-list
"
:
"
https://github.com/jri/dm5-topic-list.git
"
,
"
dm5-topicmap-panel
"
:
"
https://github.com/jri/dm5-topicmap-panel.git
"
,
"
dm5-websocket
"
:
"
https://github.com/jri/dm5-websocket.git
"
,
"
dm5
"
:
"
0.30.0
"
,
"
dm5-cytoscape-renderer
"
:
"
0.19.0
"
,
"
dm5-detail-panel
"
:
"
0.24.0
"
,
"
dm5-object-renderer
"
:
"
0.15.0
"
,
"
dm5-search-widget
"
:
"
0.23.0
"
,
"
dm5-topic-list
"
:
"
0.11.0
"
,
"
dm5-topicmap-panel
"
:
"
0.22.0
"
,
"
dm5-websocket
"
:
"
0.3.0
"
,
"
element-ui
"
:
"
^2.7.2
"
,
"
font-awesome
"
:
"
^4.7.0
"
,
"
leaflet
"
:
"
^1.4.0
"
,
"
vue
"
:
"
^2.6.10
"
,
"
vue-font-awesome-search
"
:
"
https://github.com/jri/vue-font-awesome-search.git
"
,
"
vue-font-awesome-search
"
:
"
1.0.0
"
,
"
vue-router
"
:
"
^3.0.6
"
,
"
vue2-leaflet
"
:
"
^2.
0.3
"
,
"
vue2-leaflet
"
:
"
^2.
1.0
"
,
"
vuedraggable
"
:
"
^2.20.0
"
,
"
vuex
"
:
"
^3.1.0
"
},
...
...
@@ -49,7 +49,7 @@
"
vue-template-compiler
"
:
"
^2.6.10
"
,
"
webpack
"
:
"
^4.30.0
"
,
"
webpack-bundle-analyzer
"
:
"
^3.3.2
"
,
"
webpack-cli
"
:
"
^3.3.
0
"
,
"
webpack-cli
"
:
"
^3.3.
1
"
,
"
webpack-dev-server
"
:
"
^3.3.1
"
}
}
pom.xml
View file @
480c841b
...
...
@@ -10,7 +10,7 @@
<version>
5.0-beta-2
</version>
<packaging>
pom
</packaging>
<description>
DMX is a
software
platform for
knowledge workers
</description>
<description>
DMX is a platform for
collaboration and knowledge management
</description>
<url>
http://www.deepamehta.de/
</url>
<scm>
<connection>
scm:git:git@github.com:jri/deepamehta.git
</connection>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment