chore: move to pnpm (#9817)

This commit is contained in:
neverland
2021-11-06 15:39:10 +08:00
committed by GitHub
parent 6e3ba5af63
commit 06d7f3fefa
29 changed files with 13162 additions and 20362 deletions

View File

@@ -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
```