This commit is contained in:
2026-01-11 23:21:57 +08:00
parent 704a02f217
commit 7840cbd746
14 changed files with 151 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
---
name: '启动项目'
description: '使用 pnpm 启动项目'
tags:
- 'pnpm'
---
# 启动项目
在使用 pnpm 进行项目管理时,启动项目通常是通过运行定义在 `package.json` 文件中的脚本来完成的。以下是使用 pnpm 启动项目的基本步骤:
pnpm dev