mirror of
https://github.com/APIParkLab/APIPark.git
synced 2026-06-14 20:41:15 +08:00
16 lines
292 B
Markdown
16 lines
292 B
Markdown
<!--
|
|
* @Date: 2024-06-05 16:00:58
|
|
* @LastEditors: maggieyyy
|
|
* @LastEditTime: 2024-07-12 20:15:05
|
|
* @FilePath: \frontend\README.md
|
|
-->
|
|
# 部署
|
|
|
|
## 安装依赖
|
|
建议使用pnpm
|
|
`npm install -g pnpm`
|
|
使用pnpm安装依赖
|
|
`pnpm install`
|
|
|
|
## 编译
|
|
`pnpm run build` |