36 lines
482 B
Markdown
36 lines
482 B
Markdown
|
||
# student-information-sys-front
|
||
|
||
学生信息管理系统的前端工程。
|
||
============================
|
||
|
||
# student-information-sys
|
||
|
||
## Project setup
|
||
|
||
```
|
||
pnpm install
|
||
```
|
||
|
||
### Compiles and hot-reloads for development
|
||
|
||
```
|
||
pnpm run serve
|
||
```
|
||
|
||
### Compiles and minifies for production
|
||
|
||
```
|
||
pnpm run build
|
||
```
|
||
|
||
### Lints and fixes files
|
||
|
||
```
|
||
pnpm run lint
|
||
```
|
||
|
||
### 后端接口配置
|
||
|
||
修改文件src/apiConfig.js中的apiUrl,空字符串表示前后端位于同一台服务器。
|