You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by ju...@apache.org on 2020/02/11 03:55:05 UTC

[incubator-apisix-dashboard] branch juzhiyuan-patch-1 created (now f08730c)

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

juzhiyuan pushed a change to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git.


      at f08730c  Update README.md

This branch includes the following new commits:

     new f08730c  Update README.md

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[incubator-apisix-dashboard] 01/01: Update README.md

Posted by ju...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

juzhiyuan pushed a commit to branch juzhiyuan-patch-1
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-dashboard.git

commit f08730c4ddaaf08a4165c11b3f6f8a7f6d99724e
Author: 琚致远 <ju...@apache.org>
AuthorDate: Tue Feb 11 11:55:00 2020 +0800

    Update README.md
---
 README.md | 19 ++-----------------
 1 file changed, 2 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index 3b96718..28ddf69 100644
--- a/README.md
+++ b/README.md
@@ -73,23 +73,8 @@ Dashboard for APISIX & based on ElementUI.
 ## Project setup
 > Make sure Yarn is installed on your machine: https://yarnpkg.com/en/docs/install
 
-### Install dependencies
-
-```bash
-yarn install
-```
-
-### Compiles and hot-reloads for development
-
-```bash
-yarn run serve
-```
-
-### Compiles and minifies for production
-
-```bash
-yarn run build:prod
-```
+### Installation
+Please refer to [Dashboard Installation](https://github.com/apache/incubator-apisix#dashboard).
 
 ### Lints and fixes files