chore: update contributing.md (#12310)

This commit is contained in:
btea 2023-04-06 19:19:40 +08:00 committed by GitHub
parent fc3be9dbdb
commit 0671c2bc68
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,8 +53,8 @@ Ah, now you have installed the code correctly, you can choose:
```shell
# If you would like to modify the website source code of https://element-plus.org
# It was made with [VitePress](https://vitepress.vuejs.org)
pnpm run docs:gen-locale # This generates locale files for your local development
pnpm run docs:dev
pnpm docs:gen-locale # This generates locale files for your local development
pnpm docs:dev
```
### Making changes to the component instead of website
@ -62,8 +62,7 @@ pnpm run docs:dev
```shell
# If you would like to run a local playground to test out your changes against
# Some specific component
touch play/src/App.vue # Adding an entry for the play to run.
pnpm run dev
pnpm dev
```
You can follow the [LOCAL DEVELOPMENT GUIDE](https://element-plus.org/en-US/guide/dev-guide.html) to do development more quickly.