Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 27, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs(sfc-playground): add pnpm usage to download template
  • Loading branch information
godxiaoji committed Mar 3, 2023
commit a0264073a39d5eb7a985cabfc233396902d8a9fd
6 changes: 5 additions & 1 deletion packages/sfc-playground/src/download/template/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Vite Vue Starter

This is a project template using [Vite](https://vitejs.dev/). It requires [Node.js](https://nodejs.org) v12+.
This is a project template using [Vite](https://vitejs.dev/). It requires [Node.js](https://nodejs.org) version 12.20+.

To start:

Expand All @@ -11,4 +11,8 @@ npm run dev
# if using yarn:
yarn
yarn dev

# if using pnpm:
pnpm install
pnpm run dev
```