学生信息管理系统的前端工程。
Go to file
2025-01-12 00:38:54 +08:00
public update 2024-12-26 14:58:01 +08:00
src final 2025-01-12 00:38:54 +08:00
.gitignore init 2024-12-06 11:17:01 +08:00
.npmrc init 2024-12-06 11:17:01 +08:00
babel.config.js init 2024-12-06 11:17:01 +08:00
jsconfig.json init 2024-12-06 11:17:01 +08:00
LICENSE Initial commit 2024-12-06 11:04:57 +08:00
package.json update 2024-12-13 22:50:17 +08:00
pnpm-lock.yaml update 2024-12-13 22:50:17 +08:00
README.md final 2025-01-12 00:38:54 +08:00
RffernceResource.vue update 2024-12-06 19:41:41 +08:00
vue.config.js update 2024-12-06 19:41:41 +08:00

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