web_framework/README.md
2025-03-28 16:58:50 +08:00

19 lines
277 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.

```properties
# 若未配置pnpm请先下载并配置镜像
npm install pnpm -g --registry=https://registry.npmmirror.com
# 下载依赖
pnpm install
# 启动
pnpm run dev
```
## 7、打包发布
```properties
# 构建环境
pnpm build
# 生产环境
pnpm build:prod
```