You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by zh...@apache.org on 2022/03/01 07:38:54 UTC

[dolphinscheduler] branch dev updated: [Docs][UI Next][V1.0.0-Alpha] Update README.md. (#8601)

This is an automated email from the ASF dual-hosted git repository.

zhongjiajie pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/dev by this push:
     new 3c832cc  [Docs][UI Next][V1.0.0-Alpha] Update README.md. (#8601)
3c832cc is described below

commit 3c832ccef0aa35b5ba32b1fe9da9212e86340f11
Author: songjianet <17...@qq.com>
AuthorDate: Tue Mar 1 15:38:50 2022 +0800

    [Docs][UI Next][V1.0.0-Alpha] Update README.md. (#8601)
---
 dolphinscheduler-ui-next/README.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/dolphinscheduler-ui-next/README.md b/dolphinscheduler-ui-next/README.md
index 02fadd2..3de063f 100644
--- a/dolphinscheduler-ui-next/README.md
+++ b/dolphinscheduler-ui-next/README.md
@@ -24,7 +24,7 @@ You can learn how to install the corresponding version from their official websi
 pnpm install
 ```
 
-#### Start Development Project
+#### Development Project
 
 To do this you need to change the `VITE_APP_DEV_WEB_URL` parameter variable in `.env.development` in the project root directory.
 
@@ -36,11 +36,9 @@ pnpm run dev
 
 #### Build Project
 
-We provide two packaging and compilation environments by default, `development` and `production`. Their interface request configurations are in `.env.development` and `.env.production` in the project root directory respectively. Please change the `URL` is the address of the corresponding backend service.
+When you are ready to package, you need to modify the `VITE_APP_PROD_WEB_URL` parameter in `.env.production` accordingly to ensure that the packaged file can be normally requested to the backend service address.
 
 ```shell
-pnpm run build:dev
-# or
 pnpm run build:prod
 ```