Skip to content
This repository was archived by the owner on Jul 19, 2025. It is now read-only.

Commit 0f66de9

Browse files
authored
chore(sfc-playground): add pnpm usage to download template (#7815)
1 parent 07b3c4b commit 0f66de9

File tree

1 file changed

+5
-1
lines changed
  • packages/sfc-playground/src/download/template

1 file changed

+5
-1
lines changed

packages/sfc-playground/src/download/template/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Vite Vue Starter
22

3-
This is a project template using [Vite](https://vitejs.dev/). It requires [Node.js](https://nodejs.org) version 18+, 20+.
3+
This is a project template using [Vite](https://vitejs.dev/). It requires [Node.js](https://nodejs.org) version 18+ or 20+.
44

55
To start:
66

@@ -11,4 +11,8 @@ npm run dev
1111
# if using yarn:
1212
yarn
1313
yarn dev
14+
15+
# if using pnpm:
16+
pnpm install
17+
pnpm run dev
1418
```

0 commit comments

Comments
 (0)