mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-27 02:01:15 +08:00
chore: update contributing.md (#12310)
This commit is contained in:
parent
fc3be9dbdb
commit
0671c2bc68
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user