From f08730c4ddaaf08a4165c11b3f6f8a7f6d99724e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E8=87=B4=E8=BF=9C?= Date: Tue, 11 Feb 2020 11:55:00 +0800 Subject: [PATCH 1/2] Update README.md --- README.md | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 3b96718c20..28ddf692dc 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 From caf2dfde97545d648e5ee58e26bced782ef02783 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=90=9A=E8=87=B4=E8=BF=9C?= Date: Tue, 11 Feb 2020 12:00:36 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28ddf692dc..438999c3ed 100644 --- a/README.md +++ b/README.md @@ -71,10 +71,25 @@ Dashboard for APISIX & based on ElementUI. ``` ## Project setup -> Make sure Yarn is installed on your machine: https://yarnpkg.com/en/docs/install +> Make sure Node.js 8.12.0 or higher, and Yarn are installed on your machine: https://yarnpkg.com/en/docs/install -### Installation -Please refer to [Dashboard Installation](https://github.com/apache/incubator-apisix#dashboard). +### 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 +``` ### Lints and fixes files