Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xie392/system
https://github.com/xie392/system
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/xie392/system
- Owner: xie392
- Created: 2024-09-15T11:13:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-15T14:40:43.000Z (4 months ago)
- Last Synced: 2024-10-28T08:10:54.754Z (2 months ago)
- Language: TypeScript
- Homepage: https://system-ten-psi.vercel.app
- Size: 96.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 学生管理系统
本系统技术栈:`React` + `Ant Design` + `Zustand` , 后端数据采用 `Mock.js` 模拟。
# 功能
1. 登录/注册
2. 学生管理(增删改查)
3. 个人信息管理# 运行
```
pnpm install
pnpm dev
```