mirror of
https://github.com/youzan/vant.git
synced 2025-10-15 07:30:53 +00:00
chore: move to pnpm (#9817)
This commit is contained in:
8
.github/CONTRIBUTING.md
vendored
8
.github/CONTRIBUTING.md
vendored
@@ -26,8 +26,14 @@ It's welcomed to pull request, And there are some tips about that:
|
||||
|
||||
## Getting started
|
||||
|
||||
You will need [Node.js >= 14](https://nodejs.org) and [pnpm](https://pnpm.io).
|
||||
|
||||
```bash
|
||||
git clone git@github.com:youzan/vant.git
|
||||
|
||||
yarn && yarn dev
|
||||
# Install dependencies
|
||||
pnpm i
|
||||
|
||||
# Start development
|
||||
pnpm dev
|
||||
```
|
||||
|
Reference in New Issue
Block a user