From: Travis Date: Mon, 27 May 2024 09:06:04 +0000 (+0800) Subject: chore(sfc-playground): add pnpm usage to download template (#7815) X-Git-Tag: v3.4.28~76 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f66de910fb43c71c1da0575759e6d5a9f0e91b9;p=thirdparty%2Fvuejs%2Fcore.git chore(sfc-playground): add pnpm usage to download template (#7815) --- diff --git a/packages/sfc-playground/src/download/template/README.md b/packages/sfc-playground/src/download/template/README.md index 9c43370cb8..91b21489fd 100644 --- a/packages/sfc-playground/src/download/template/README.md +++ b/packages/sfc-playground/src/download/template/README.md @@ -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 ```