update: readme 文件添加说明
This commit is contained in:
parent
f273fdb2bd
commit
9b80c14ed5
28
README.md
28
README.md
@ -1,2 +1,30 @@
|
|||||||
# ahut-engisys-ui
|
# 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
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user