update: readme 文件添加说明

This commit is contained in:
webzzq 2024-10-26 15:55:29 +08:00
parent f273fdb2bd
commit 9b80c14ed5

View File

@ -1,2 +1,30 @@
# ahut-engisys-ui
工程师学院系统,前端代码仓库
## 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
```