nitro-mock/README.md
2025-02-19 20:55:04 +08:00

21 lines
234 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Naviui Admin Mock Server
这是navieui 组件库的mock server用于模拟后端接口方便前端开发调试。
## 安装
```bash
npm install
# pnpm安装的方式
pnpm install
```
### 启动
```bash
npm run dev
```