mirror of
https://github.com/youzan/vant.git
synced 2026-01-21 01:15:55 +08:00
docs: fix bootstrap command (#9099)
This commit is contained in:
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@@ -18,7 +18,7 @@ It's welcomed to pull request, And there are some tips about that:
|
||||
|
||||
- When in doubt, keep your pull requests small. To give a PR the best chance of getting accepted, don't bundle more than one feature or bug fix per pull request. It's always best to create two smaller PRs than one big one.
|
||||
|
||||
- When adding new features or modifying existing, please attempt to include tests to confirm the new behaviour.
|
||||
- When adding new features or modifying existing, please attempt to include tests to confirm the new behavior.
|
||||
|
||||
- Rebase before creating a PR to keep commit history clear.
|
||||
|
||||
@@ -31,9 +31,9 @@ git clone git@github.com:youzan/vant.git
|
||||
|
||||
cd vant
|
||||
|
||||
npm run bootstrap
|
||||
yarn
|
||||
|
||||
npm run dev
|
||||
yarn dev
|
||||
|
||||
# open http://localhost:8080
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user