init commit
This commit is contained in:
34
README.md
Executable file
34
README.md
Executable file
@@ -0,0 +1,34 @@
|
||||
# 机型信息管理系统 - 前端
|
||||
|
||||
## 技术栈
|
||||
- React 18
|
||||
- React Router
|
||||
- Axios
|
||||
- CSS3
|
||||
|
||||
## 安装依赖
|
||||
```bash
|
||||
npm install
|
||||
```
|
||||
|
||||
## 运行项目
|
||||
```bash
|
||||
npm start
|
||||
```
|
||||
|
||||
项目将在 http://localhost:3000 启动
|
||||
|
||||
## 功能特性
|
||||
- 用户登录认证
|
||||
- 机型信息展示
|
||||
- 机型切换浏览
|
||||
- PDF资料查询和查看
|
||||
|
||||
## 默认登录信息
|
||||
- 用户名: `admin`
|
||||
- 密码: `admin123`
|
||||
|
||||
## 注意事项
|
||||
- 确保后端API服务已启动(默认端口3001)
|
||||
- 前端已配置代理,API请求会自动转发到后端
|
||||
|
||||
Reference in New Issue
Block a user