diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 34cf1e1d18..ee215e943f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.