### 🌈 项目概述
* 医风医德考评系统
### 开始使用
```
切换环境
nvm install 16.0.0
nvm use 16.0.0
安装依赖
npm install -g pnpm
pnpm install
启动项目
npm run dev
打包项目
npm run build