student-information-sys-front/README.md
2025-01-12 00:38:54 +08:00

36 lines
482 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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空字符串表示前后端位于同一台服务器。