2024-10-24 09:40:47 +08:00
|
|
|
# ahut-engisys-ui
|
2024-10-26 15:55:29 +08:00
|
|
|
工程师学院系统,前端代码仓库
|
|
|
|
|
|
|
|
## 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
|
|
|
|
```
|