# 项目名

## 开发指南

```
# 启动命令 默认监控7001端口
npm run dev
```
## 部署

```
# docker 打包
docker build -t [镜像名]:[镜像版本] .
```
