micro-app/README.md
2023-05-30 19:27:03 +08:00

11 lines
227 B
Markdown
Raw 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.

# 3dplaza-platform
基于微前端架构的3DPlaza平台
项目采用 pnpm 分包管理 packages 文件夹里的项目依赖使用 “安装依赖”命令安装
## 安装依赖(推荐使用pnpm)
```bash
pnpm install
```