]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore(sfc-playground): add pnpm usage to download template (#7815)
authorTravis <godxiaoji@163.com>
Mon, 27 May 2024 09:06:04 +0000 (17:06 +0800)
committerGitHub <noreply@github.com>
Mon, 27 May 2024 09:06:04 +0000 (17:06 +0800)
packages/sfc-playground/src/download/template/README.md

index 9c43370cb8afaceccf936d310add91b3bc817b2e..91b21489fd5f71dcbd3ae3df8f38e37ac70209d5 100644 (file)
@@ -1,6 +1,6 @@
 # Vite Vue Starter
 
-This is a project template using [Vite](https://vitejs.dev/). It requires [Node.js](https://nodejs.org) version 18+, 20+.
+This is a project template using [Vite](https://vitejs.dev/). It requires [Node.js](https://nodejs.org) version 18+ or 20+.
 
 To start:
 
@@ -11,4 +11,8 @@ npm run dev
 # if using yarn:
 yarn
 yarn dev
+
+# if using pnpm:
+pnpm install
+pnpm run dev
 ```