From 9b80c14ed579a05ed6580caa1e595669a690a53b Mon Sep 17 00:00:00 2001 From: webzzq <2486827339@qq.com> Date: Sat, 26 Oct 2024 15:55:29 +0800 Subject: [PATCH] =?UTF-8?q?update:=20readme=20=E6=96=87=E4=BB=B6=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d2eab14..d090dc3 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,30 @@ # ahut-engisys-ui -工程师学院系统,前端代码仓库 \ No newline at end of file +工程师学院系统,前端代码仓库 + +## Build Setup + +```bash +# clone the project +git clone 项目地址 + +# enter the project directory +cd ahut-review-ui + +# install dependency +npm install + +# develop +npm run dev +``` + +This will automatically open http://localhost:9528 + +## Build + +```bash +# build for test environment +npm run build:stage + +# build for production environment +npm run build:prod +``` \ No newline at end of file