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
{{ message }}
This repository was archived by the owner on May 14, 2025. It is now read-only.
This is the *Spring Cloud Data Flow Dashboard* user interface (UI). The UI uses [Angular][]. Source code documentation is available at http://cloud.spring.io/spring-cloud-dataflow-ui/.
@@ -28,7 +28,7 @@ Using [Maven][] is also the easiest route for Java developers to get started, as
28
28
$ cd spring-cloud-dataflow-ui
29
29
$ mvn clean install
30
30
31
-
This will create `target/spring-cloud-dataflow-ui-2.0.0.BUILD-SNAPSHOT.jar` and also install the build artifact into the local Maven repository.
31
+
This will create `target/spring-cloud-dataflow-ui-1.3.0.BUILD-SNAPSHOT.jar` and also install the build artifact into the local Maven repository.
32
32
33
33
## Building the Project using npm
34
34
@@ -41,7 +41,8 @@ For UI development purposes, we recommend using [npm][] directly. Please ensure
41
41
42
42
**NOTE:** Before building be sure that the `ng-serve` development server has been shutdown.
43
43
44
-
### Build fails after merging a branch or changing branches.
44
+
### Build fails after merging a branch or changing branches
45
+
45
46
In some cases the npm-modules or other dependencies may become inconsistent during branch changes.
46
47
In order to resolve the problem we need to clean out inconsistent dependencies.
47
48
The following instructions can be used to do this:
@@ -65,6 +66,10 @@ The following instructions can be used to do this:
65
66
66
67
$ ng test --browsers PhantomJS --single-run
67
68
69
+
## E2E Tests
70
+
71
+
$ npm run e2e
72
+
68
73
# Development
69
74
70
75
For development, please ensure that a *Spring Cloud Data Flow* server instance is running at `http://localhost:9393/`.
@@ -75,7 +80,7 @@ The execute:
75
80
76
81
The Dashboard will be running at `http://localhost:4200/`. The browser will automatically reload upon saving any changes to the application sources.
0 commit comments