From ec5be8e629694d06552b403248cb5866a3ffa829 Mon Sep 17 00:00:00 2001 From: AllForNothing Date: Tue, 30 Mar 2021 17:48:16 +0800 Subject: [PATCH] Update web UI start guideline Signed-off-by: AllForNothing --- CONTRIBUTING.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 1d4fa22be..0aca30f2b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -178,17 +178,13 @@ Harbor web UI is built based on [Clarity](https://vmware.github.io/clarity/) and | 1.6 | 4.3.0 | 0.10.27 | | 1.7 | 6.0.3 | 0.12.10 | | 1.8 | 7.1.3 | 1.0.0 | +| 1.9 | 7.1.3 | 1.0.0 | +| 1.10 | 8.2.0 | 2.2.0 | +| 2.0 | 8.2.0 | 2.3.8 | +| 2.1 | 8.2.0 | 2.3.8 | +| 2.2 | 10.1.2 | 4.0.2 | -**npm Package Dependency:** Run the following commands to restore the package dependencies. -``` -#For the web UI -cd $REPO_DIR/src/portal -npm install - -#For the UI library -cd $REPO_DIR/src/portal/lib -npm install -``` +To run the Web UI code, please refer to the UI [start](https://github.com/goharbor/harbor/blob/master/src/portal/README.md) guideline. To run the code, please refer to the [build](https://goharbor.io/docs/2.0.0/build-customize-contribute/compile-guide/) guideline.