Parcourir la source

chore(sfc-playground): add pnpm usage to download template (#7815)

Travis il y a 2 ans
Parent
commit
0f66de910f
1 fichiers modifiés avec 5 ajouts et 1 suppressions
  1. 5 1
      packages/sfc-playground/src/download/template/README.md

+ 5 - 1
packages/sfc-playground/src/download/template/README.md

@@ -1,6 +1,6 @@
 # Vite Vue Starter
 # 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:
 To start:
 
 
@@ -11,4 +11,8 @@ npm run dev
 # if using yarn:
 # if using yarn:
 yarn
 yarn
 yarn dev
 yarn dev
+
+# if using pnpm:
+pnpm install
+pnpm run dev
 ```
 ```